Sha256: 25c86e6b39052ebcb2df656167de80008a3bcbd76cd5467e40810c45326e9cae
Contents?: true
Size: 317 Bytes
Versions: 76
Compression:
Stored size: 317 Bytes
Contents
// // TestsAppDelegate.h // Tests // // Created by evgeny vovchenko on 5/28/09. // Copyright RhoMobile 2009. All rights reserved. // #import <UIKit/UIKit.h> @interface TestsAppDelegate : NSObject <UIApplicationDelegate> { UIWindow *window; } @property (nonatomic, retain) IBOutlet UIWindow *window; @end
Version data entries
76 entries across 76 versions & 1 rubygems