2021-04-07 16:20:41 +08:00
|
|
|
//
|
|
|
|
// TDSSDK.h
|
|
|
|
// TDSCommon
|
|
|
|
//
|
|
|
|
// Created by Bottle K on 2020/10/13.
|
|
|
|
//
|
|
|
|
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <TapCommonSDK/TDSAccount.h>
|
|
|
|
|
2021-04-25 13:55:07 +08:00
|
|
|
#define TapCommonSDK @"TapCommon"
|
2021-07-16 12:00:43 +08:00
|
|
|
#define TapCommonSDK_VERSION_NUMBER @"30000001"
|
|
|
|
#define TapCommonSDK_VERSION @"3.0.0"
|
2021-04-07 16:20:41 +08:00
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
|
|
@interface TDSBaseManager : NSObject
|
|
|
|
|
|
|
|
@end
|
|
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|