Skip to content

Instantly share code, notes, and snippets.

@tralamazza
Created February 20, 2012 18:35
Show Gist options
  • Select an option

  • Save tralamazza/1870564 to your computer and use it in GitHub Desktop.

Select an option

Save tralamazza/1870564 to your computer and use it in GitHub Desktop.
objc addition declaration
@interface MyExistingClass (SomeRandomNamePreferablyWithAdditionsPostfixed)
- (void) extraMethod;
+ (void) extraStaticMethod;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment