From b3656154e43b2c9923c45d48101ece11223743a3 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Sun, 28 Sep 2025 16:53:41 +0800
Subject: [PATCH] 提交版本 4.8.0
---
WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WALoginResult.h | 17 ++++++++++++-----
1 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WALoginResult.h b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WALoginResult.h
index 463a0a9..207b8c4 100644
--- a/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WALoginResult.h
+++ b/WASdkIntf/WASdkIntf.xcframework/ios-x86_64-simulator/WASdkIntf.framework/Headers/WALoginResult.h
@@ -32,19 +32,19 @@
/**
- * @deprecated 从sdk4.5.0 起废弃,将返回空字符串
+ * @deprecated 从sdk4.5 .0 起废弃,将返回空字符串
*/
/*!
- @abstract 用户在第三方平台的Id,GUEST登录时 值与userId一致 从sdk4.5.0起废弃,将返回空字符串
+ @abstract 用户在第三方平台的Id,GUEST登录时 值与userId一致 从sdk4. 5.0起废弃,将返回空字符串
*/
-@property(copy,nonatomic)NSString *pUserId;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4.5.0起废弃,将返回空字符串", unconditionally);
+@property(copy,nonatomic)NSString *pUserId;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4. 5.0起废弃,将返回空字符串", unconditionally);
/*!
- @abstract 第三方平台token(当GUEST登录时为空,当Apple登录时,实际上是将extends转化为NSString) 从sdk4.5.0起废弃,将返回空字符串
+ @abstract 第三方平台token(当GUEST登录时为空,当Apple登录时,实际上是将extends转化为NSString) 从sdk4. 5.0起废弃,将返回空字符串
*/
-@property(copy,nonatomic)NSString *pToken;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4.5.0起废弃,将返回空字符串", unconditionally);
+@property(copy,nonatomic)NSString *pToken;NS_RETURNS_INNER_POINTER API_DEPRECATED("从sdk4. 5.0起废弃,将返回空字符串", unconditionally);
@@ -144,6 +144,13 @@
*/
@property BOOL fbLimit;
+
+@property(copy,nonatomic)NSString *picture;
+@property(copy,nonatomic)NSString *userName;
+
+
+
+
-(id)initWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform;
+(id)loginResultWithPUserId:(NSString*)userId pToken:(NSString*)token platform:(NSString*)platform;
@end
--
Gitblit v1.8.0