// RNNotificationEventHandler+HandleReplyAction.h #import @interface RNNotificationEventHandler : NSObject @end extern NSString *const ReplyActionID; @interface RNNotificationEventHandler (HandleReplyAction) @end