Skip to content

Instantly share code, notes, and snippets.

@tyrone-sudeium
Created January 14, 2014 03:19
Show Gist options
  • Save tyrone-sudeium/8412464 to your computer and use it in GitHub Desktop.
Save tyrone-sudeium/8412464 to your computer and use it in GitHub Desktop.
such code much oo so cocoa wow
#define such @interface
#define wow @end
#define much @implementation
#define shibe self
#define very super
// Example
such TestClass : NSObject
wow
much TestClass
- (id) init {
shibe = [very init];
if (shibe) {
}
return shibe;
}
wow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment