TDSRegionApi.h 338 B

12345678910111213141516
  1. //
  2. // TDSRegionApi.h
  3. // TDSCommon
  4. //
  5. // Created by TapTap-David on 2020/11/18.
  6. //
  7. #import <Foundation/Foundation.h>
  8. #import <TapCommonSDK/TDSRegionNetClient.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface TDSRegionApi : NSObject
  11. + (TDSNetExecutor *)getDeviceRegion:(NSInteger)carrier bundleId:(NSString *)bundleId;
  12. @end
  13. NS_ASSUME_NONNULL_END