Sha256: 3a10dffc12651243300a7afd381344b3ef9696404f5da4c3a7a0a8afe94e6a11
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 Bytes
Contents
// // main.m // store // // Created by Vlad on 8/30/10. // Copyright __MyCompanyName__ 2010. All rights reserved. // #import <UIKit/UIKit.h> #import "Classes/RhoConnectEngine.h" int main(int argc, char *argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; [RhoConnectEngine create];// init RhoConnectEngine singleton int retVal = UIApplicationMain(argc, argv, nil, nil); [pool drain]; return retVal; }
Version data entries
14 entries across 14 versions & 1 rubygems