Guest User

Untitled

a guest
Jul 16th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. NSAutoreleasePool *pool;
  2. pool = [[NSAutoreleasePool alloc] init];
  3. NSString *string;
  4. string = [[[NSString alloc] init] autorelease];
  5. /* use the string */
  6. [pool drain];
Add Comment
Please, Sign In to add comment