Skip to content

Instantly share code, notes, and snippets.

@aroldan
Created January 2, 2014 18:37
Show Gist options
  • Save aroldan/8224163 to your computer and use it in GitHub Desktop.
Save aroldan/8224163 to your computer and use it in GitHub Desktop.
Example Base App Protocol
@protocol HSBaseApp <NSObject>
+ (UINavigationController *)baseNavigationController;
+ (NSArray *)menuItems;
+ (NSArray *)routesToRegister;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment