Sha256: 8e4a442bf93f4259e755932864071c65af0592248bf05822ab8ad739b537508a

Contents?: true

Size: 284 Bytes

Versions: 2

Compression:

Stored size: 284 Bytes

Contents

//
//  StartupCommand.h
//  PureMVC_ObjectiveC
//
//  Created by <%= @developer.capitalize %> on <%= @created_on %>
//  Copyright(c) <%= Time.now.year %>, All rights reserved.
//

#import <UIKit/UIKit.h>
#import "SimpleCommand.h"

@interface StartupCommand : SimpleCommand {

}

@end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appjam-0.1.2 lib/appjam/generators/project/Classes/contacts/controller/StartupCommand.h.tt
appjam-0.1.1 lib/appjam/generators/project/Classes/contacts/controller/StartupCommand.h.tt