From b4b831f69c3b12d3affa6af62c63e54ba53faace Mon Sep 17 00:00:00 2001
From: hank <hank.zhang@proficientcity.com>
Date: Tue, 22 Jan 2019 10:53:57 +0800
Subject: [PATCH] 添加V3.8.0

---
 frameworks/WASdkIntf.framework/Headers/WAIPush.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPush.h b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
index 64cc5fe..4d96b76 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPush.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
@@ -35,7 +35,7 @@
 - (void)userNotificationCenter:(UNUserNotificationCenter *)center willPresentNotification:(UNNotification *)notification withCompletionHandler:(void (^)(UNNotificationPresentationOptions))completionHandler;
 
 // 通知的点击事件
-- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)())completionHandler;
+- (void)userNotificationCenter:(UNUserNotificationCenter *)center didReceiveNotificationResponse:(UNNotificationResponse *)response withCompletionHandler:(void(^)(void))completionHandler;
 
 // 程序进入后台
 - (void)applicationDidEnterBackground:(UIApplication *)application;

--
Gitblit v1.8.0