Sha256: 0e2ed1c05b50e1a86731ed03bf10bb30cc769401d4f68b36e477f0243fac4d3e
Contents?: true
Size: 389 Bytes
Versions: 28
Compression:
Stored size: 389 Bytes
Contents
// // <%= @class_name %>AppDelegate.h // <%= @project_name %> // // Created by <%= @developer.capitalize %> on <%= @created_on %> // Copyright(c) <%= Time.now.year %>, All rights reserved. // #import <UIKit/UIKit.h> @interface <%= @class_name %>AppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; } @property (nonatomic, retain) IBOutlet UIWindow *window; @end
Version data entries
28 entries across 28 versions & 1 rubygems