Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created January 20, 2010 14:33
Show Gist options
  • Save ddribin/281872 to your computer and use it in GitHub Desktop.
Save ddribin/281872 to your computer and use it in GitHub Desktop.
@implementation NSObject (DDHacks)
+ (id)dd_autoalloc;
{
return [[self alloc] autorelease];
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment