SDK_UnityMoney/Assets/Plugins/iOS/ThinkingSDK/Source/AutoTrack/AutoPushPlugin/TDAutoPushPlugin.h

19 lines
243 B
C
Raw Permalink Normal View History

2025-08-30 09:38:53 +00:00
//
// TDAutoPushPlugin.h
// Pods
//
// Created by 廖德生 on 2024/08/26.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDAutoPushPlugin : NSObject
+ (void)enableLog:(BOOL)enable;
@end
NS_ASSUME_NONNULL_END