RNNotificationCenterListener.h 299 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
#import <Foundation/Foundation.h>
@import UserNotifications;
#import "RNNotificationEventHandler.h"

@interface RNNotificationCenterListener : NSObject <UNUserNotificationCenterDelegate>

- (instancetype)initWithNotificationEventHandler:(RNNotificationEventHandler *)notificationEventHandler;

@end