Created
August 18, 2015 15:46
-
-
Save mikeabdullah/8bbcb77c29315bd766e2 to your computer and use it in GitHub Desktop.
NSResponder: Supplement targets
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 NSResponder | |
- (id)supplementalTargetForAction:(SEL)action sender:(id)sender NS_AVAILABLE_MAC(10_7); | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment