From 2f0847c51cfe186abd2c4fc554108edc1890d222 Mon Sep 17 00:00:00 2001
From: lpw
Date: Wed, 25 Sep 2024 14:49:26 +0800
Subject: [PATCH] 提交4.3.0

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

diff --git a/frameworks/WASdkIntf.framework/Headers/WAIPush.h b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
index 4d96b76..e073dbe 100644
--- a/frameworks/WASdkIntf.framework/Headers/WAIPush.h
+++ b/frameworks/WASdkIntf.framework/Headers/WAIPush.h
@@ -9,14 +9,13 @@
 #import <Foundation/Foundation.h>
 #import <UIKit/UIKit.h>
 #import <UserNotifications/UserNotifications.h>
-
 @interface WAIPush : NSObject
 
 // 注册通知
 - (void)application:(UIApplication *)application initPushWithDelegate:(id<UNUserNotificationCenterDelegate>)delegate;
 
-// 调用过用户注册通知方法之后执行
-- (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings;
+//// 调用过用户注册通知方法之后执行
+//- (void)application:(UIApplication *)application didRegisterUserNotificationSettings:(UIUserNotificationSettings *)notificationSettings;
 
 // 获取deviceToken
 - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)deviceToken;
@@ -25,8 +24,8 @@
 - (void)application:(UIApplication *)application didFailToRegisterForRemoteNotificationsWithError:(NSError *)error;
 
 #pragma mark IOS8 IOS9 Push Notification Receive
-// 接收本地通知
--(void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification;
+//// 接收本地通知
+//-(void)application:(UIApplication *)application didReceiveLocalNotification:(UILocalNotification *)notification;
 // 接收远程通知
 - (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo fetchCompletionHandler:(void (^)(UIBackgroundFetchResult result))completionHandler;
 

--
Gitblit v1.8.0