Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Last active August 29, 2015 14:27
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/775bb85b63f2d240a0a3 to your computer and use it in GitHub Desktop.
Save mikeabdullah/775bb85b63f2d240a0a3 to your computer and use it in GitHub Desktop.
Some of NSResponder
@interface NSResponder
- (BOOL)tryToPerform:(SEL)anAction with:(id)anObject;
- (void)doCommandBySelector:(SEL)aSelector;
@end
@interface NSApplication
- (BOOL)sendAction:(SEL)theAction to:(id)theTarget from:(id)sender;
- (id)targetForAction:(SEL)theAction to:(id)theTarget from:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment