// // main.m // MarshmallowsTesting // // Created by Sami Samhuri on 11-09-04. // Copyright 2011 Sami Samhuri. All rights reserved. // #import int main(int argc, char *argv[]) { NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; int retVal = UIApplicationMain(argc, argv, nil, @"GHUnitIPhoneAppDelegate"); [pool release]; return retVal; }