Sha256: 7119cc86c906a50204f9d9c5106cf775b59b1af0163596e2666677204bfe8c65

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

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

#import "SimpleCommand.h"


@interface Create<%= @class_name %>Command : 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/CreateUserCommand.h.tt
appjam-0.1.1 lib/appjam/generators/project/Classes/contacts/controller/CreateUserCommand.h.tt