mattermost-mobile/ios/Mattermost/RNNotificationEventHandler+HandleReplyAction.h
Miguel Alatzar e62c9b7a6d
[MM-21074] Handle iOS reply action on native side (#3884)
* Handle iOS reply action on native side

* Make linter happy

* Revert rn vector changes to .pbxproj
2020-02-04 08:49:26 -07:00

17 lines
475 B
Objective-C

//
// RNNotificationEventHandler+HandleReplyAction.h
// Mattermost
//
// Created by Miguel Alatzar on 1/29/20.
// Copyright © 2020 Mattermost. All rights reserved.
//
#import <react-native-notifications/RNNotificationEventHandler.h>
#import <react-native-notifications/RNNotificationCenter.h>
@interface RNNotificationEventHandler (HandleReplyAction)
@property (nonatomic, strong) RNNotificationCenter *notificationCenter;
@end
extern NSString *const ReplyActionID;