#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