Skip to content

Instantly share code, notes, and snippets.

@libdx
Last active August 29, 2015 14:04
Show Gist options
  • Save libdx/e8c16b2ebe1e6ca6dfe0 to your computer and use it in GitHub Desktop.
Save libdx/e8c16b2ebe1e6ca6dfe0 to your computer and use it in GitHub Desktop.
#define str(T) _Generic( (T), SEL: NSStringFromSelector, Class: NSStringFromClass) (T)
NSString *cancelAction = str(@selector(cancel:));
NSString *objectClassName = str([NSObject class]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment