Skip to content

Instantly share code, notes, and snippets.

@vanrijn
Created December 7, 2012 21:03
Show Gist options
  • Save vanrijn/4236506 to your computer and use it in GitHub Desktop.
Save vanrijn/4236506 to your computer and use it in GitHub Desktop.
- (void)methodWithFoo:foo
bar:bar
baz:baz
{
self.foo = foo;
self.bar = bar;
self.baz = baz;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment