Sha256: 921c3fb16b2531dbeb0fcbf5ac3980f005c40d89b9c3c045b97ab803edf9d1f7
Contents?: true
Size: 346 Bytes
Versions: 26
Compression:
Stored size: 346 Bytes
Contents
// // main.m // TestProject // // Created by Ray Hilton on 10/11/11. // Copyright (c) 2011 __MyCompanyName__. All rights reserved. // #import <UIKit/UIKit.h> #import "AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class])); } }
Version data entries
26 entries across 26 versions & 1 rubygems