Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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