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.

31 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 */