// // StartupCommand.h // PureMVC_ObjectiveC // // Created by <%= @developer.capitalize %> on <%= @created_on %> // Copyright(c) <%= Time.now.year %>, All rights reserved. // #import #import "SimpleCommand.h" @interface StartupCommand : SimpleCommand { } @end