11 lines
244 B
Objective-C
11 lines
244 B
Objective-C
|
|
// RNNotificationEventHandler+HandleReplyAction.h
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface RNNotificationEventHandler : NSObject
|
|
@end
|
|
|
|
extern NSString *const ReplyActionID;
|
|
|
|
@interface RNNotificationEventHandler (HandleReplyAction)
|
|
@end
|