Files
mattermost-mobile/ios/Mattermost/AppDelegate.h
Elias Nahum b530dbeb09 [Gekidou] upgrade to RN 68 (old arch) (#6138)
* upgrade to RN 68 (old arch)

* remove test setup unused & commented mock

* Android target set to 30

* Fix theme when opening app from push notification

* upgrade common mark
2022-04-08 12:40:44 -04:00

11 lines
271 B
Objective-C

#import <React/RCTBridgeDelegate.h>
#import <UIKit/UIKit.h>
#import "RNNotifications.h"
@interface AppDelegate : UIResponder <UIApplicationDelegate, RCTBridgeDelegate>
@property (nonatomic, strong) UIWindow *window;
@property(nonatomic,assign)BOOL allowRotation;
@end