Files
2024-12-09 16:54:19 +08:00

18 lines
254 B
Objective-C
Executable File

//
// TDUtil.h
// ThinkingSDK
//
// Created by LiHuanan on 2020/9/8.
// Copyright © 2020 thinkingdata. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDSDKUtil : NSObject
@end
NS_ASSUME_NONNULL_END