Sha256: 415afae2d9b409bbe6f392fe844cc8c913b0256afea587b3b17b0b6e4c3dfa7a

Contents?: true

Size: 387 Bytes

Versions: 2

Compression:

Stored size: 387 Bytes

Contents

//
//  <%= @class_name %>AppDelegate.h
//  <%= @class_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

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.2 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.1 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt