Sha256: 17a869c5be80a6add685d90870fecaa6c2c97f11f2855e506dff2c8f48719a83
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
// // main.m // Demo // // Created by Ash Furrow on 2014-07-23. // Copyright (c) 2014 Ash Furrow. All rights reserved. // #import <UIKit/UIKit.h> #import "ASHAppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([ASHAppDelegate class])); } }
Version data entries
6 entries across 6 versions & 1 rubygems