Sha256: 398c34dd4a2bf18e6e0eafadbe3c86948ad2851f5dea8cc0cc72e7fa45433b22
Contents?: true
Size: 343 Bytes
Versions: 33
Compression:
Stored size: 343 Bytes
Contents
// // main.m // TestApp // // Created by Richard Harrah on 8/17/15. // Copyright (c) 2015 Teal Cube Games. 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
33 entries across 33 versions & 1 rubygems