Skip to content

Instantly share code, notes, and snippets.

@zeroelink
Created August 18, 2012 22:20
Show Gist options
  • Save zeroelink/3390142 to your computer and use it in GitHub Desktop.
Save zeroelink/3390142 to your computer and use it in GitHub Desktop.
Objective-C NSDictionary Wish
myArray = @[ item1, item2, item3 ];
myDict = @{ key1: value1, key2: value2 };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment