Skip to content

Instantly share code, notes, and snippets.

@hechien
Created July 4, 2011 03:06
Show Gist options
  • Save hechien/1062853 to your computer and use it in GitHub Desktop.
Save hechien/1062853 to your computer and use it in GitHub Desktop.
A basic block example in Objective-C.
^{
NSLog(@"I'm in a block");
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment