From b09fa23282f4e61a6ff6a36f2009f5a62fb685b4 Mon Sep 17 00:00:00 2001 From: Lidan Hifi Date: Thu, 14 Apr 2016 07:48:25 +0300 Subject: [PATCH] update native header file --- RNNotifications/RNNotifications.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RNNotifications/RNNotifications.h b/RNNotifications/RNNotifications.h index 65dcf95..bf5a06c 100644 --- a/RNNotifications/RNNotifications.h +++ b/RNNotifications/RNNotifications.h @@ -7,4 +7,7 @@ + (void)didReceiveRemoteNotification:(NSDictionary *)notification; + (void)didReceiveLocalNotification:(UILocalNotification *)notification; ++ (void)application:(UIApplication *)application handleActionWithIdentifier:(NSString *)identifier forRemoteNotification:(NSDictionary *)userInfo withResponseInfo:(NSDictionary *)responseInfo completionHandler:(void (^)())completionHandler; ++ (void)application:(UIApplication *)application handleActionWithIdentifier:(NSString *)identifier forLocalNotification:(UILocalNotification *)notification withResponseInfo:(NSDictionary *)responseInfo completionHandler:(void (^)())completionHandler; + @end -- 2.26.2