From 28ea02d8efbc1cb1eadae017bf5f6a385e122360 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Mon, 13 Jan 2020 16:10:02 +0800 Subject: [PATCH] 1.4.0 --- frameworks/WASdkIntf.framework/Headers/WAUserProxy.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/frameworks/WASdkIntf.framework/Headers/WAUserProxy.h b/frameworks/WASdkIntf.framework/Headers/WAUserProxy.h index 6b5269d..ec284ec 100644 --- a/frameworks/WASdkIntf.framework/Headers/WAUserProxy.h +++ b/frameworks/WASdkIntf.framework/Headers/WAUserProxy.h @@ -13,6 +13,7 @@ #import "WAAccount.h" #import "WAUserCenterResult.h" #import "WAAppUser.h" +#import "WACertificationInfo.h" /*! @discussion 登录协议 - - - @@ -295,4 +296,7 @@ @discussion (tip:CP无需关注)获取用户模块组件 */ +(NSArray*)getUserComponents; + ++(void)queryUserCertificationInfo:(void(^)(WACertificationInfo *certificationInfo,NSError *error))callBackBlock; + @end -- Gitblit v1.8.0