// // main.m // AssetsManagerTest // // Created by minggo on 2/5/13. // Copyright __MyCompanyName__ 2013. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"AppController"); [pool release]; return retVal; }