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

* update dependencies

* feedback review

* update @mattermost/react-native-turbo-mailer
2023-01-24 09:14:23 +02:00

10 lines
174 B
Objective-C

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