// // StartupCommand.h // PureMVC_ObjectiveC // // PureMVC Port to ObjectiveC by Brian Knorr // PureMVC - Copyright(c) 2006-2008 Futurescale, Inc., Some rights reserved. // #import #import "SimpleCommand.h" @interface StartupCommand : SimpleCommand { } @end