YapDatabase/Framework/TestModuleMap-tvOS/AppDelegate.h
2016-09-01 14:10:32 -07:00

9 lines
142 B
Objective-C

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