Skip to content
This repository has been archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Delegate for relaying canvas changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drpancake committed Mar 16, 2012
1 parent 54aabf2 commit 6ca9206
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JPCanvasViewControllerDelegate.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// JPCanvasViewControllerDelegate.h
// CubicusClient
//
// Created by James Potter on 13/03/2012.
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
//

#import <Foundation/Foundation.h>

@class JPCanvasViewController;

@protocol JPCanvasViewControllerDelegate <NSObject>

- (void)canvas:(JPCanvasViewController *)canvas didDrawPoints:(NSArray *)points;

@end

0 comments on commit 6ca9206

Please sign in to comment.