Skip to content

Instantly share code, notes, and snippets.

@Nub
Created October 13, 2011 06:35
Show Gist options
  • Select an option

  • Save Nub/1283574 to your computer and use it in GitHub Desktop.

Select an option

Save Nub/1283574 to your computer and use it in GitHub Desktop.
@protocol CreateTributeViewControllerDelegate
- (void)didCancelCreateTribute;
- (void)didSendTribute:(YRTribute*)tribute;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment