Skip to content

Instantly share code, notes, and snippets.

@matzew
Created January 4, 2013 10:11
Show Gist options
  • Save matzew/4451467 to your computer and use it in GitHub Desktop.
Save matzew/4451467 to your computer and use it in GitHub Desktop.
Nice key/value init for the NSDictionary class...
NSDictionary *map = @{ @"key1": @"blah", @"key2": @"foo"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment