#import @import UserNotifications; #import "RNNotificationEventHandler.h" @interface RNNotificationCenterListener : NSObject - (instancetype)initWithNotificationEventHandler:(RNNotificationEventHandler *)notificationEventHandler; @end