Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created April 24, 2018 13:53
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 sTinGe/44e6b9b095cf1a1c470221f02fcc8c6b to your computer and use it in GitHub Desktop.
Save sTinGe/44e6b9b095cf1a1c470221f02fcc8c6b to your computer and use it in GitHub Desktop.
#define CLASSNAME(x) NSStringFromClass([x class])
NSLog(@"NSString:%@", CLASSNAME([NSString string]));
NSLog(@"NSMutableString:%@", CLASSNAME([NSMutableString string]));
#undef CLS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment