// // main.m // Downloader // // Created by Nick Geoghegan on 09/08/2011. // Copyright 2011 Navit Project. 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; }