Skip to content

Instantly share code, notes, and snippets.

@wh1pch81n
Created February 12, 2017 16:12
Show Gist options
  • Save wh1pch81n/3f827c69a6301171610071e2ff74aa33 to your computer and use it in GitHub Desktop.
Save wh1pch81n/3f827c69a6301171610071e2ff74aa33 to your computer and use it in GitHub Desktop.
@interface SpecialProtocol <
__covariant VIEW_CONTROLLER: UIViewController *
> : NSObject
- (void)specialMethod:(VIEW_CONTROLLER _Nonnull)viewController;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment