Skip to content

Instantly share code, notes, and snippets.

@jinahadam
Created September 9, 2010 18:20
Show Gist options
  • Save jinahadam/572268 to your computer and use it in GitHub Desktop.
Save jinahadam/572268 to your computer and use it in GitHub Desktop.
[outputLanguages enumerateKeysAndObjectsUsingBlock:^(id key, id object, BOOL *stop) {
NSLog(@"%@ = %@", key, object);
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment