/samples/MapTestbed/main.m
http://github.com/route-me/route-me · Objective C · 14 lines · 7 code · 3 blank · 4 comment · 0 complexity · 6919493d5a3f3c5bb1d5ca6f7eaa3f1d MD5 · raw file
- //
- // main.m
- // MapTestbed : Diagnostic map
- //
- #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;
- }