Skip to content

Instantly share code, notes, and snippets.

@ScottPetit
Created February 20, 2014 14:05
Show Gist options
  • Save ScottPetit/9114287 to your computer and use it in GitHub Desktop.
Save ScottPetit/9114287 to your computer and use it in GitHub Desktop.
@protocol SPYConfigurableCell <NSObject>
- (void)configureWithItem:(id)item;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment