mattermost-mobile/ios/Mattermost/AppDelegate.h
Elias Nahum b226d451f3
update dependencies (#4958)
* update dependencies

* revert keychain update

* Update dependencies & Fastlane

* set path agnostic for bash in scrips

* Fix open from push notification race

* patch react-native-localize
2020-11-18 19:45:07 -07:00

8 lines
169 B
Objective-C

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