mattermost-mobile/ios/Mattermost/AppDelegate.h
Elias Nahum 48b5b6099c
Update Dependencies and bug fixes (#7000)
* update dependencies

* update dependencies

* feedback review

* update @mattermost/react-native-turbo-mailer
2023-02-02 12:13:09 +02:00

9 lines
174 B
Objective-C

#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
#import "RNNotifications.h"
@interface AppDelegate : RCTAppDelegate
@property(nonatomic,assign)BOOL allowRotation;
@end