// // main.m // iCuke // // Created by Rob Holland on 02/03/2010. // Copyright The IT Refinery 2010. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, nil); [pool release]; return retVal; }