Skip to content

Instantly share code, notes, and snippets.

@mluton
Created November 8, 2012 19:51
Show Gist options
  • Select an option

  • Save mluton/4041091 to your computer and use it in GitHub Desktop.

Select an option

Save mluton/4041091 to your computer and use it in GitHub Desktop.
Protocol with required method
@protocol TTVideoRetrievalDelegate <NSObject>
- (void)retrieveGroupsWithVideos;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment