From 5324f0fce5013f72ab384329eb21cafa3664b6d3 Mon Sep 17 00:00:00 2001 From: lpw <812862340@qq.com> Date: Thu, 30 Oct 2025 21:06:43 +0800 Subject: [PATCH] 提交版本 4.8.1 --- WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAConstants.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAConstants.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAConstants.h index 93c382e..01d9115 100644 --- a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAConstants.h +++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAConstants.h @@ -116,6 +116,7 @@ extern NSString *const WAUserDidLoginSuccessNotification; extern NSString *const WAUserDidUpdateGameUserIdNotification; extern NSString *const WAUserEventUserImportNotification; +extern NSString *const WAUserEventChangedNotification; // SDK类型 -- Gitblit v1.8.0