// // main.m // Cart Collect // // Created by iD Student Account on 7/18/11. // Copyright __MyCompanyName__ 2011. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool *pool = [NSAutoreleasePool new]; int retVal = UIApplicationMain(argc, argv, nil, @"Cart_CollectAppDelegate"); [pool release]; return retVal; }