Skip to content

Instantly share code, notes, and snippets.

@justin
Created April 10, 2012 21:50
Show Gist options
  • Save justin/2354858 to your computer and use it in GitHub Desktop.
Save justin/2354858 to your computer and use it in GitHub Desktop.
Description Sample
- (NSString *)description
{
return [NSString stringWithFormat:@"First = %@, Last = %@", self.firstName, self.lastName];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment