Skip to content

Instantly share code, notes, and snippets.

@MaxGabriel
Created February 12, 2012 21:55
Show Gist options
  • Save MaxGabriel/1811035 to your computer and use it in GitHub Desktop.
Save MaxGabriel/1811035 to your computer and use it in GitHub Desktop.
CS 193p Fall 2011 Assignment 3 Graphing Calculator--Task 3: Delegation2
@interface GraphViewController() <GraphViewDataSource>
@property (nonatomic, weak) IBOutlet GraphView *graphView;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment