lpw
2021-07-14 78400ae9af6fd4d494e64d462f98799f43178117
frameworks/WASdkIntf.framework/Headers/WAPushProxy.h
@@ -34,7 +34,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;