From 5b23db059854e67470c18224a3d376821fe1c340 Mon Sep 17 00:00:00 2001 From: lpw Date: Mon, 22 Aug 2022 19:37:03 +0800 Subject: [PATCH] 3.11.0 --- frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h b/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h index 8f2a73c..03a7cef 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h +++ b/frameworks/WASdkIntf.framework/Headers/WAUserCenterResult.h @@ -49,6 +49,16 @@ @property(copy,nonatomic)NSString *appName; +/*! + @abstract characterId + */ +@property(copy,nonatomic)NSString *characterId; + +/* + uid + */ +@property(copy,nonatomic)NSString *uid; + @end -- Gitblit v1.8.0