Sha256: b5b5f556484d6a116878e95fd0ae01de4b68cfb7181461691da57924f0503e14
Contents?: true
Size: 434 Bytes
Versions: 5
Compression:
Stored size: 434 Bytes
Contents
// // main.m // <%= project_name %> // // Created by <%= author %> on <%= Time.now.strftime("%-m/%-d/%y") %> // Copyright (c) <%= Time.now.strftime('%Y') %> <%= company %>. All rights reserved. // #import <UIKit/UIKit.h> #import "<%= prefix %>AppDelegate.h" int main(int argc, char *argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromClass([<%= prefix %>AppDelegate class])); } }
Version data entries
5 entries across 5 versions & 1 rubygems