This commit is contained in:
aozhiwei 2020-10-13 15:21:15 +08:00
parent bd30c666bf
commit a9481a2615

10
cpp/channel.h Normal file
View File

@ -0,0 +1,10 @@
#pragma once
namespace f8
{
enum Channel_e
{
DOUYIN = 6006
};
}