forked from Ivasoft/mattermost-mobile
* update dependencies * update dependencies * feedback review * update @mattermost/react-native-turbo-mailer
10 lines
174 B
Objective-C
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
|