Skip to content

Instantly share code, notes, and snippets.

@asmallteapot
Created March 23, 2011 17:33
Show Gist options
  • Save asmallteapot/883546 to your computer and use it in GitHub Desktop.
Save asmallteapot/883546 to your computer and use it in GitHub Desktop.
Somehow, this just doesn’t seem fun…
@implementation NSObject (Evil)
- (id)init {
return nil;
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment