Skip to content

Instantly share code, notes, and snippets.

@artgillespie
Created October 9, 2012 02:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artgillespie/3856310 to your computer and use it in GitHub Desktop.
Save artgillespie/3856310 to your computer and use it in GitHub Desktop.
@interface MyClass()
void ThisIsObviouslyNotAnObjectiveCMethod(const char *someParam, int someOtherParam);
@end
@implementation MyClass
void ThisIsObviouslyNotAnObjectiveCMethod(const char *someParam, int someOtherParam) {
// some code that doesn't even have access to MyClass instance as `self`
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment