mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-10 05:09:35 +08:00
11 lines
285 B
Objective-C
11 lines
285 B
Objective-C
#import <Foundation/Foundation.h>
|
|
#import <EXUpdates/EXUpdatesAppController.h>
|
|
#import <React/RCTBridgeDelegate.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
#import <UMCore/UMAppDelegateWrapper.h>
|
|
|
|
@interface AppDelegate : UMAppDelegateWrapper <RCTBridgeDelegate, EXUpdatesAppControllerDelegate>
|
|
|
|
@end
|