2019-01-05 11:23:45 -06:00
|
|
|
/**
|
2019-09-21 12:21:05 -05:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
2019-01-05 11:23:45 -06:00
|
|
|
*
|
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
|
*/
|
|
|
|
|
|
2019-09-21 15:45:07 +00:00
|
|
|
#import <React/RCTBridgeDelegate.h>
|
2019-09-21 12:21:05 -05:00
|
|
|
#import <UIKit/UIKit.h>
|
2019-09-21 15:45:07 +00:00
|
|
|
|
|
|
|
|
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
|
2019-01-05 11:23:45 -06:00
|
|
|
|
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
|
|
|
|
|
|
@end
|