Sha256: 80a87659f397c0639faf59b20707d940f6d1b445a3af591f6277fd12daab7bbe
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
// // <%= prefix %>AppDelegate.h // <%= 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> @interface <%= prefix %>AppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @end
Version data entries
5 entries across 5 versions & 1 rubygems