Sha256: edfa7a8671880f1bf85739fc3f7c009b369056fda9e9de02c0a6bf7808034f0d
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
// // main.m // <%= product_name %> // // Created by Nuvado on <%= Date.today.to_s %>. // Copyright (c) 2013 <%= organization_name %>. 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
3 entries across 3 versions & 1 rubygems