#import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [NSAutoreleasePool new]; int ret = UIApplicationMain(argc, argv, nil, @"eaglAppDelegate"); [pool release]; return ret; }