YapDatabase/Framework/TestModuleMap-iOS/AppDelegate.h
2015-11-03 12:41:46 -08:00

9 lines
142 B
Objective-C

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