#import #import #import @interface RnAlarmNotification : RCTEventEmitter + (void)didReceiveNotificationResponse:(UNNotificationResponse *)response API_AVAILABLE(ios(10.0)); + (void)didReceiveNotification:(UNNotification *)notification API_AVAILABLE(ios(10.0)); @end