Files
MinFt/Client/LocalPackages/com.thinkingdata.analytics@6408c68cf9/Plugins/iOS/TAThirdParty/TAThirdPartyManager.h
2026-04-27 12:07:32 +08:00

21 lines
507 B
Objective-C

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