Skip to content

Instantly share code, notes, and snippets.

@obyknovenius
Last active December 25, 2015 21:29
Show Gist options
  • Save obyknovenius/7042640 to your computer and use it in GitHub Desktop.
Save obyknovenius/7042640 to your computer and use it in GitHub Desktop.
- (NSString *)description
{
return [NSString stringWithFormat:@"<%@: %p, data=%@>",
NSStringFromClass([self class]), self, [self data]];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment