// // TAThirdPartyManager.h // ThinkingSDK // // Created by wwango on 2022/2/11. // #import #import "TAThirdPartySyncProtocol.h" NS_ASSUME_NONNULL_BEGIN @interface TAThirdPartyManager : NSObject - (void)enableThirdPartySharing:(NSNumber *)type instance:(id)instance; - (void)enableThirdPartySharing:(NSNumber *)type instance:(id)instance property:(NSDictionary *)property; @end NS_ASSUME_NONNULL_END