#ifndef __ONSCHANNEL_H__
#define __ONSCHANNEL_H__

namespace ons {

enum ONSChannel { CLOUD, ALIYUN, ALL };
}

#endif
