Skip to content

Instantly share code, notes, and snippets.

@reu
Created July 5, 2011 01:15
Show Gist options
  • Save reu/1064128 to your computer and use it in GitHub Desktop.
Save reu/1064128 to your computer and use it in GitHub Desktop.
Objective-c brackets
- (id)initWithStyle:(id)style
{
...
}
or
- (id)initWithStyle:(id)style {
...
}
@guimello
Copy link

guimello commented Jul 5, 2011

definetly number one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment