1 2 3 4 5 6 7 8 |
int { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; return UIApplicationMain(argc, argv, [SampleApp class]); } |
Pastie
Show Pastie some love
or read my new blog
1 2 3 4 5 6 7 8 |
int { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; return UIApplicationMain(argc, argv, [SampleApp class]); } |