/samples/SimpleMap/main.m
http://github.com/route-me/route-me · Objective C · 14 lines · 7 code · 3 blank · 4 comment · 0 complexity · 36be541e3d4e759a67e0fc221b9ef390 MD5 · raw file
- //
- // main.m
- //
- // Apple boilerplate.
- #import <UIKit/UIKit.h>
- int main(int argc, char *argv[]) {
-
- NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
- int retVal = UIApplicationMain(argc, argv, nil, nil);
- [pool release];
- return retVal;
- }