react-native-firebase/ios/RNFirebase/notifications/RNFirebaseNotifications.m

15 lines
219 B
Mathematica
Raw Normal View History

#import "RNFirebaseNotifications.h"
#if __has_include(<FirebaseMessaging/FIRMessaging.h>)
@implementation RNFirebaseNotifications
RCT_EXPORT_MODULE();
@end
#else
@implementation RNFirebaseNotifications
@end
#endif