AndrewShmig

Untitled

May 1st, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. + (id)alloc
  2. {
  3.     return [self allocWithZone: NSDefaultMallocZone()];
  4. }
  5.  
  6. + (id)allocWithZone:(NSZone *)z
  7. {
  8.     return NSAllocateObject(self, 0, z);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment