From 147a27646a80fe2142e317bbd19003ed47bae35d Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Thu, 11 Sep 2025 16:58:31 +0800
Subject: [PATCH] 提交版本 4.7.0

---
 WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAPlatformAccountInfo.h |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAPlatformAccountInfo.h b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAPlatformAccountInfo.h
new file mode 100644
index 0000000..1dff509
--- /dev/null
+++ b/WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAPlatformAccountInfo.h
@@ -0,0 +1,20 @@
+//
+//  WAPlatformAccountInfo.h
+//  WASdkIntf
+//
+//  Created by lpw on 2022/6/14.
+//  Copyright © 2022 GHW-T-01. All rights reserved.
+//
+
+#import <Foundation/Foundation.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface WAPlatformAccountInfo : NSObject
+@property(copy,nonatomic)NSString *nickname;
+@property(copy,nonatomic)NSString *picture;
+@property(copy,nonatomic)NSString *platform;
+
+@end
+
+NS_ASSUME_NONNULL_END

--
Gitblit v1.8.0