lpw
2022-07-07 323473db4a10949a6d6dab3f55ab1e40696308ba
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