Signal-iOS/Testing/Xcode-mobile/YapDatabase/AppDelegate.h
2012-12-24 11:46:50 -06:00

12 lines
228 B
Objective-C

#import <UIKit/UIKit.h>
@class ViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) ViewController *viewController;
@end