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

Version Path
appjam-0.1.8.pre3 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.8.pre lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.7.1 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.7 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.6 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.5 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.4 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt
appjam-0.1.3 lib/appjam/generators/project/Classes/ContactsAppDelegate.h.tt