summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-firebase/src/ios/AppDelegate+FirebasePlugin.h
blob: 210cbb65ec005b25630cbca91e58332ddcc16dd4 (plain)
1
2
3
4
5
#import "AppDelegate.h"

@interface AppDelegate (FirebasePlugin)
@property (nonatomic, strong) NSNumber *applicationInBackground;
@end