Skip to content

Instantly share code, notes, and snippets.

@martincr
Created December 12, 2013 15:23
Show Gist options
  • Save martincr/7929724 to your computer and use it in GitHub Desktop.
Save martincr/7929724 to your computer and use it in GitHub Desktop.
NSArray *foods = @[@"tacos", @"burgers"];
NSLog(@"%@", (*foods description);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment