Sha256: 1fbce794f3422444854749f5a64b6418c13aff2d17f305baa76b6c2fcf3de99b
Contents?: true
Size: 375 Bytes
Versions: 9
Compression:
Stored size: 375 Bytes
Contents
// // RUAppDelegate.h // RufusApp // // Created by Jeremy Stewart on 8/15/13. // Copyright (c) 2013 Northwoods. All rights reserved. // #import <UIKit/UIKit.h> @class RUViewController; @interface RUAppDelegate : UIResponder <UIApplicationDelegate> @property (strong, nonatomic) UIWindow *window; @property (strong, nonatomic) RUViewController *viewController; @end
Version data entries
9 entries across 9 versions & 1 rubygems