SDK_UnityMoney/Assets/Plugins/iOS/ThinkingSDK/Source/AutoTrack/Tracker/TDHotStartTracker.h

17 lines
213 B
Objective-C

//
// TDHotStartTracker.h
// ThinkingSDK
//
// Created by Yangxiongon 2022/7/1.
//
#import "TDAutoTracker.h"
NS_ASSUME_NONNULL_BEGIN
@interface TDHotStartTracker : TDAutoTracker
@end
NS_ASSUME_NONNULL_END