Created
February 12, 2017 16:12
-
-
Save wh1pch81n/3f827c69a6301171610071e2ff74aa33 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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