Skip to content

Instantly share code, notes, and snippets.

@quellish
Created September 21, 2014 08:43
Show Gist options
  • Select an option

  • Save quellish/6fc5a46b63b22e4057b0 to your computer and use it in GitHub Desktop.

Select an option

Save quellish/6fc5a46b63b22e4057b0 to your computer and use it in GitHub Desktop.
PersonDataSource
@protocol PersonDataSource
- (NSString *)firstName;
- (NSString *)lastName;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment