You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
485 B

//
// MOBSDKDef.h
// MOBFoundation
//
// Created by liyc on 2018/8/22.
// Copyright © 2018年 MOB. All rights reserved.
//
#ifndef MOBSDKDef_h
#define MOBSDKDef_h
/**
* 国际域名类型
*/
typedef NS_ENUM(NSUInteger, MOBFSDKDomainType){
/**
* 默认(大陆域名)
*/
MOBFSDKDomainTypeDefault = 0,
/**
* 美国
*/
MOBFSDKDomainTypeUS = 1,
/**
* 日本
*/
MOBFSDKDomainTypeJapan = 2,
};
#endif /* MOBSDKDef_h */