nexo/apps/mattermost/ios/Mattermost/Extensions/RNNotificationEventHandler+HandleReplyAction.h

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