mattermost-mobile/ios/Mattermost/RNNotificationEventHandler+HandleReplyAction.h
Mattermost Build 3daa365e44
Automated cherry pick of #3884 (#3887)
* Handle iOS reply action on native side

* Make linter happy

* Revert rn vector changes to .pbxproj

Co-authored-by: Miguel Alatzar <migbot@users.noreply.github.com>
2020-02-04 08:53:00 -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;