lpw
2022-07-12 5e25501d1f36e7684d48b24ef8ef72cadb75a193
frameworks/WASdkIntf.framework/Headers/WAAccount.h
@@ -16,10 +16,15 @@
 @abstract 第三方平台openId
 */
@property(nonatomic,copy)NSString* pUserId;//第三方平台openId
/*!
 @abstract 绑定平台标识 FACEBOOK、APPLE、WINGA
 */
@property(nonatomic,copy)NSString* platform;
@property (nonatomic, strong) NSString *mobile;//wa平台才有此字段
+(WAAccount*)parserWithDict:(NSDictionary*)dict;
+(NSArray*)parserWithArray:(NSArray*)arr;
@end