mattermost-mobile/ios/Mattermost/AppDelegate.h

9 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