spm仓库支持,通用仓库
lpw
2 days ago 147a27646a80fe2142e317bbd19003ed47bae35d
WASdkIntf/WASdkIntf.xcframework/ios-arm64/WASdkIntf.framework/Headers/WAUserProxy.h
@@ -17,6 +17,9 @@
#import <WASdkIntf/WADeleteRequestModel.h>
#import <WASdkIntf/WADeleteResult.h>
#import <WASdkIntf/WACustomerResult.h>
#import <WASdkIntf/WAPlatformAccountInfo.h>
typedef NS_ENUM(NSInteger, OpenGameReviewState) {
    OpenGameReviewStateReject=0,           //游戏评价结果:不,谢谢!
@@ -507,8 +510,17 @@
/*!
@discussion 查询玩家任务完成情况 4.6.0增加
@discussion 查询玩家任务完成情况 4. 6.0增加
 */
+ (void)checkPlayerTask:(void(^_Nullable)(NSError * _Nullable error, BOOL success))completeBlock;
/*!
@discussion获取头像信息接口
 */
+ (void)getPlatformAccountInfo:(void(^_Nullable)(NSError * _Nullable error, WAPlatformAccountInfo * _Nullable acountInfo))completeBlock;
@end