forked from Ivasoft/mattermost-mobile
10 lines
231 B
Objective-C
10 lines
231 B
Objective-C
#import <React/RCTBridgeDelegate.h>
|
|
#import <Expo/Expo.h>
|
|
#import "RNNotifications.h"
|
|
|
|
@interface AppDelegate : EXAppDelegateWrapper <UIApplicationDelegate, RCTBridgeDelegate>
|
|
|
|
@property (nonatomic, strong) UIWindow *window;
|
|
|
|
@end
|