realm-js/tests/react-test-app/ios/ReactTests/AppDelegate.h

12 lines
228 B
C
Raw Normal View History

/* Copyright 2015 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
2015-10-02 21:57:54 +00:00
#import <UIKit/UIKit.h>
@interface AppDelegate : UIResponder <UIApplicationDelegate>
@property (nonatomic, strong) UIWindow *window;
@end