14 lines
188 B
Objective-C
14 lines
188 B
Objective-C
//
|
|
// TDUtil.m
|
|
// ThinkingSDK
|
|
//
|
|
// Created by LiHuanan on 2020/9/8.
|
|
// Copyright © 2020 thinkingdata. All rights reserved.
|
|
//
|
|
|
|
#import "TDSDKUtil.h"
|
|
|
|
@implementation TDSDKUtil
|
|
|
|
@end
|