feat(*):update framework

zhangwenyan 2021-05-14 15:41:58 +08:00
parent 3b0a71866f
commit 109d211bda
5 changed files with 2 additions and 5 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 8785ccdadb1a9450cb0636b6b512faa9 guid: ea41ddc7ddfed46ddb862cd5cf1c9956
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

View File

@ -15,7 +15,7 @@
#import <TapCommonSDK/TapCommonSDK.h> #import <TapCommonSDK/TapCommonSDK.h>
#define TapSDK @"TapSDK" #define TapSDK @"TapSDK"
#define TapSDK_VERSION_NUMBER @"20101003" #define TapSDK_VERSION_NUMBER @"20101006"
#define TapSDK_VERSION @"2.1.1" #define TapSDK_VERSION @"2.1.1"
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
@ -72,9 +72,6 @@ typedef void (^TapUserDetailsHandler)(TapUserDetails *_Nullable userDetail, NSEr
/// 退出登录 /// 退出登录
+ (void)logout; + (void)logout;
/// 打开用户中心
+ (void)openUserCenter;
/// 获取用户是否有测试资格 /// 获取用户是否有测试资格
/// @param handler 回调 /// @param handler 回调
+ (void)getTestQualification:(void (^)(BOOL isQualified, NSError *_Nullable error))handler; + (void)getTestQualification:(void (^)(BOOL isQualified, NSError *_Nullable error))handler;