mod:replace all framework

zhangwenyan 2021-04-08 10:11:23 +08:00
parent c1b6be4312
commit 40845d539a
10 changed files with 20 additions and 9 deletions

View File

@ -1,3 +1,8 @@
fileFormatVersion: 2
guid: cb6d4461ef1d45078227fe283dc2c255
timeCreated: 1616744081
fileFormatVersion: 2
guid: 72ddac62e7598413680ccc6ef4858979
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Binary file not shown.

View File

@ -1,3 +1,8 @@
fileFormatVersion: 2
guid: 2bd18fc97a6547b8b75f6c343d4cc14f
timeCreated: 1616744103
fileFormatVersion: 2
guid: 2e935f15b899147eaa8b62cdef502046
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -100,10 +100,9 @@
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
/**
connect to the host - blocking
@return YES if successfully connected
connect to the host
*/
- (BOOL)connect;
- (void)connect;
/**
disconnect to the host. This sends the close Connection opcode to terminate cleanly.

View File

@ -15,6 +15,8 @@ FOUNDATION_EXPORT const unsigned char TapCommonSDKVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <TapCommonSDK/PublicHeader.h>
#define TapCommonSDK_VERSION @"2.0.0"
#import <TapCommonSDK/TapConfig.h>
#import <TapCommonSDK/TDSAccountProvider.h>

Binary file not shown.

Binary file not shown.