Skip to content

Instantly share code, notes, and snippets.

@gabrielfalcao
Created September 17, 2010 22:46
Show Gist options
  • Save gabrielfalcao/585101 to your computer and use it in GitHub Desktop.
Save gabrielfalcao/585101 to your computer and use it in GitHub Desktop.
+ (NSString*) getClassName {
ObjC_Class_Info myClass = [self class];
NSString* className = [NSString stringWithCString: (const char*) myClass->name];
return className;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment