source: gs2-extensions/iOs-3.x/trunk/main.mm@ 22603

Last change on this file since 22603 was 22603, checked in by davidb, 14 years ago

Initial cut as iOs 3.x version of Greenstone2.app

File size: 309 bytes
Line 
1
2#import "GreenstoneApplication.h"
3
4int main(int argc, char **argv)
5{
6 NSAutoreleasePool* autoreleasePool = [[NSAutoreleasePool alloc] init];
7 int retVal = UIApplicationMain(argc, argv,
8 @"GreenstoneApplication", @"GreenstoneApplication");
9
10 [autoreleasePool release];
11 return retVal;
12
13}
Note: See TracBrowser for help on using the repository browser.