Files
mattermost-mobile/ios/Mattermost/AppDelegate.h
2021-11-06 18:08:22 -03:00

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