spm仓库支持,通用仓库
lpw
2025-09-28 b3656154e43b2c9923c45d48101ece11223743a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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