Skip to content

Instantly share code, notes, and snippets.

@drodriguez
Created September 6, 2012 22:31
Show Gist options
  • Save drodriguez/3660916 to your computer and use it in GitHub Desktop.
Save drodriguez/3660916 to your computer and use it in GitHub Desktop.
Bracket placement
[myObject myMethod:^(id obj)
{
return [obj intValue];
}];
MyFunction(myObject, ^(id obj)
{
return [obj intValue];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment