feat: update binary
parent
9c2e7dcf63
commit
9a26e0883f
|
@ -6,12 +6,16 @@
|
|||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "TTSDKConfig.h"
|
||||
#import "TTSDKAccessToken.h"
|
||||
#import "TTSDKProfile.h"
|
||||
#import "TTSDKLoginResult.h"
|
||||
#import "AccountGlobalError.h"
|
||||
#import "TapLoginResultDelegate.h"
|
||||
#import <TapLoginSDK/TTSDKConfig.h>
|
||||
#import <TapLoginSDK/TTSDKAccessToken.h>
|
||||
#import <TapLoginSDK/TTSDKProfile.h>
|
||||
#import <TapLoginSDK/TTSDKLoginResult.h>
|
||||
#import <TapLoginSDK/AccountGlobalError.h>
|
||||
#import <TapLoginSDK/TapLoginResultDelegate.h>
|
||||
|
||||
#define TapLoginSDK @"TapLogin"
|
||||
#define TapLoginSDK_VERSION_NUMBER @"20103001"
|
||||
#define TapLoginSDK_VERSION @"2.1.3"
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
|
@ -57,6 +61,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|||
/// 登出
|
||||
+ (void)logout;
|
||||
|
||||
/// 获取当前用户是否有测试资格
|
||||
/// @param callback 回调
|
||||
+ (void)getTestQualification:(void (^)(BOOL isQualified, NSError *_Nullable error))callback;
|
||||
|
||||
/// 当前是否有国内客户端支持
|
||||
+ (BOOL)isTapTapClientSupport;
|
||||
|
||||
|
|
|
@ -15,8 +15,6 @@ FOUNDATION_EXPORT const unsigned char TapLoginSDKVersionString[];
|
|||
|
||||
// In this header, you should import all the public headers of your framework using statements like #import <TapLoginSDK/PublicHeader.h>
|
||||
|
||||
#define TapLoginSDK_VERSION @"2.0.0"
|
||||
|
||||
#import <TapLoginSDK/TTSDKConfig.h>
|
||||
#import <TapLoginSDK/TapLoginHelper.h>
|
||||
#import <TapLoginSDK/TTSDKProfile.h>
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue