Skip to content

Instantly share code, notes, and snippets.

@barrault01
Last active April 25, 2017 13:00
Show Gist options
  • Save barrault01/d661dff7e361957706cb6ef443423a85 to your computer and use it in GitHub Desktop.
Save barrault01/d661dff7e361957706cb6ef443423a85 to your computer and use it in GitHub Desktop.
Protocol declaration in objective-c
@protocol MyProtocol<NSObject>
@optional
- (void)anOptionalMethod;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment