f8/cpp/channel.h
aozhiwei a9481a2615 1
2020-10-13 15:21:15 +08:00

11 lines
83 B
C++

#pragma once
namespace f8
{
enum Channel_e
{
DOUYIN = 6006
};
}