Sha256: 21e9dfdb26e4b1c2d99e6b7fe88b4ffd53feefeaf6e13e46cd49eddeb136ac6a
Contents?: true
Size: 640 Bytes
Versions: 28
Compression:
Stored size: 640 Bytes
Contents
// // Get<%= @class_name %>sCommand.h // <%= @project_name %> // // Created by <%= @developer.capitalize %> on <%= @created_on %> // Copyright(c) <%= Time.now.year %>, All rights reserved. // #import "Get<%= @class_name %>sCommand.h" #import "ApplicationFacade.h" #import "<%= @class_name %>Proxy.h" @implementation Get<%= @class_name %>sCommand -(void)execute:(id<INotification>)notification { <%= @class_name %>Proxy *<%= @project_name %>Proxy = (<%= @class_name %>Proxy *)[facade retrieveProxy:[<%= @class_name %>Proxy NAME]]; [facade sendNotification:Get<%= @class_name %>sSuccess body:<%= @project_name %>Proxy.data]; } @end
Version data entries
28 entries across 28 versions & 1 rubygems