TapCommon-Unity/Plugins/iOS/TapCommonSDK.framework/Headers/TDSRegionApi.h

17 lines
338 B
C
Raw Normal View History

//
// TDSRegionApi.h
// TDSCommon
//
// Created by TapTap-David on 2020/11/18.
//
#import <Foundation/Foundation.h>
#import <TapCommonSDK/TDSRegionNetClient.h>
NS_ASSUME_NONNULL_BEGIN
@interface TDSRegionApi : NSObject
+ (TDSNetExecutor *)getDeviceRegion:(NSInteger)carrier bundleId:(NSString *)bundleId;
@end
NS_ASSUME_NONNULL_END