Skip to content

Instantly share code, notes, and snippets.

@reu
Created July 5, 2011 01:15
Show Gist options
  • Select an option

  • Save reu/1064128 to your computer and use it in GitHub Desktop.

Select an option

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

guimello commented Jul 5, 2011

Copy link
Copy Markdown

definetly number one

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