Skip to content

Instantly share code, notes, and snippets.

@raylillywhite
Created March 4, 2014 07:38
Show Gist options
  • Save raylillywhite/9341901 to your computer and use it in GitHub Desktop.
Save raylillywhite/9341901 to your computer and use it in GitHub Desktop.
@interface RLLObject : NSObject
@end
@implementation RLLObject
- (NSString *)description {
return [NSString stringWithFormat:@"This is a really long description format for %@", [super description]];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment