Sha256: 2d7c7d8b9c2590a3f58064215a3fa840a007bacd9380e1f967947f9b48df9da4
Contents?: true
Size: 438 Bytes
Versions: 8
Compression:
Stored size: 438 Bytes
Contents
// // iCukeAppDelegate.h // iCuke // // Created by Rob Holland on 02/03/2010. // Copyright The IT Refinery 2010. All rights reserved. // @class MainViewController; @interface iCukeAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; MainViewController *mainViewController; } @property (nonatomic, retain) IBOutlet UIWindow *window; @property (nonatomic, retain) MainViewController *mainViewController; @end
Version data entries
8 entries across 8 versions & 1 rubygems