Files
wagic/adwhirl/AdWhirlSDK_iOS_3.1.1/AdWhirlTests/Shared/main.m
T
2011-12-15 11:18:37 +00:00

18 lines
363 B
Objective-C

//
// main.m
// AdWhirlTests
//
// Created by Nigel Choi on 8/5/10.
// Copyright __MyCompanyName__ 2010. All rights reserved.
//
#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;
}