// // main.m // ExploringGraphics2 // // Copyright TrailsintheSand.com 2008. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"ExploringGraphics2AppDelegate"); [pool release]; return retVal; }