Sha256: 7aa3c21d049e58aef7b552afc85008c88d04f1b787512053472ec05ac6774516
Contents?: true
Size: 308 Bytes
Versions: 4
Compression:
Stored size: 308 Bytes
Contents
// // StartupCommand.h // PureMVC_ObjectiveC // // PureMVC Port to ObjectiveC by Brian Knorr <brian.knorr@puremvc.org> // PureMVC - Copyright(c) 2006-2008 Futurescale, Inc., Some rights reserved. // #import <UIKit/UIKit.h> #import "SimpleCommand.h" @interface StartupCommand : SimpleCommand { } @end
Version data entries
4 entries across 4 versions & 1 rubygems