Sha256: 7617e41fbc36c9ce998456ba7ea6045de9ae38838dcb856532d14966d27b4c36

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

//
//  Update<%= @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 Update<%= @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/UpdateUserCommand.h.tt
appjam-0.1.1 lib/appjam/generators/project/Classes/contacts/controller/UpdateUserCommand.h.tt