Skip to content

Instantly share code, notes, and snippets.

@fjolnir
Created June 21, 2012 11:47
Show Gist options
  • Save fjolnir/2965291 to your computer and use it in GitHub Desktop.
Save fjolnir/2965291 to your computer and use it in GitHub Desktop.
#Foo < NSObject {
+ classMethod {
print("I'm a class method %@", captureMePlease)
}
- instanceMethod: iMethArg {
print("From: %@ To: %@", iMethArg, self)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment