//
|
// SecurityGuardOpenMiddleTierDefine.h
|
// SecurityGuardMiddleTier
|
//
|
// Created by chenkong.zh on 2019/03/31.
|
// Copyright © 2019年 Li Fengzhong. All rights reserved.
|
//
|
|
#ifndef SecurityGuardOpenMiddleTierDefine_h
|
#define SecurityGuardOpenMiddleTierDefine_h
|
|
|
|
extern NSInteger const OPEN_MIDDLETIER_ENV_ONLINE;
|
extern NSInteger const OPEN_MIDDLETIER_ENV_PRE;
|
extern NSInteger const OPEN_MIDDLETIER_ENV_DAILY;
|
|
|
#endif /* SecurityGuardOpenMiddleTierDefine_h */
|