mod:replace all framework
parent
c1b6be4312
commit
40845d539a
11
Plugins.meta
11
Plugins.meta
|
@ -1,3 +1,8 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: cb6d4461ef1d45078227fe283dc2c255
|
guid: 72ddac62e7598413680ccc6ef4858979
|
||||||
timeCreated: 1616744081
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,3 +1,8 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 2bd18fc97a6547b8b75f6c343d4cc14f
|
guid: 2e935f15b899147eaa8b62cdef502046
|
||||||
timeCreated: 1616744103
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
|
|
@ -100,10 +100,9 @@
|
||||||
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
|
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
connect to the host - blocking
|
connect to the host
|
||||||
@return YES if successfully connected
|
|
||||||
*/
|
*/
|
||||||
- (BOOL)connect;
|
- (void)connect;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
disconnect to the host. This sends the close Connection opcode to terminate cleanly.
|
disconnect to the host. This sends the close Connection opcode to terminate cleanly.
|
||||||
|
|
|
@ -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>
|
// 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/TapConfig.h>
|
||||||
#import <TapCommonSDK/TDSAccountProvider.h>
|
#import <TapCommonSDK/TDSAccountProvider.h>
|
||||||
|
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue