Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created August 18, 2015 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikeabdullah/8bbcb77c29315bd766e2 to your computer and use it in GitHub Desktop.
Save mikeabdullah/8bbcb77c29315bd766e2 to your computer and use it in GitHub Desktop.
NSResponder: Supplement targets
@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