From 22721a013bdd10d5eb395ba18453585f5f3f1f7f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 31 Aug 2020 23:07:20 +0200 Subject: rebuild the ios platform and the plugins --- .../src/ios/AppDelegate+FirebasePlugin.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 StoneIsland/plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.h (limited to 'StoneIsland/plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.h') diff --git a/StoneIsland/plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.h b/StoneIsland/plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.h new file mode 100644 index 00000000..461b17e4 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-firebasex/src/ios/AppDelegate+FirebasePlugin.h @@ -0,0 +1,11 @@ +#import "AppDelegate.h" +#import + +@import UserNotifications; +@import AuthenticationServices; + +@interface AppDelegate (FirebasePlugin) ++ (AppDelegate *) instance; +@property (nonatomic, strong) NSNumber * _Nonnull applicationInBackground; +@property (NS_NONATOMIC_IOSONLY, nullable, weak) id delegate; +@end -- cgit v1.2.3-70-g09d2