Skip to content

Instantly share code, notes, and snippets.

@zhangwc
Created August 30, 2013 09:07
Show Gist options
  • Save zhangwc/6387904 to your computer and use it in GitHub Desktop.
Save zhangwc/6387904 to your computer and use it in GitHub Desktop.
NSMutableArray *someObject = [NSMutableArray array];
NSLog(@"%s:%d someObject=%@", __func__, __LINE__, someObject);
[someObject addObject:@"foo"];
NSLog(@"%s:%d someObject=%@", __func__, __LINE__, someObject);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment