/* By: Sean Heber iApp-a-Day - November, 2007 BSD License */ #import #import "App.h" int main(int argc, char **argv) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; return UIApplicationMain(argc, argv, [App class]); }