#ifndef RNFirebaseNotifications_h #define RNFirebaseNotifications_h #import #if __has_include() #import #import @interface RNFirebaseNotifications : RCTEventEmitter #if !TARGET_OS_TV #endif @end #else @interface RNFirebaseNotifications : NSObject @end #endif #endif