// // main.m // wl-mobi // // Created by FNP on 10/19/11. // Copyright __MyCompanyName__ 2011. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"AppDelegate"); [pool release]; return retVal; }