mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
12 lines
118 B
C#
12 lines
118 B
C#
|
namespace InnerTube
|
||
|
{
|
||
|
public enum ChannelTabs
|
||
|
{
|
||
|
Home,
|
||
|
Videos,
|
||
|
Playlists,
|
||
|
Community,
|
||
|
Channels,
|
||
|
About
|
||
|
}
|
||
|
}
|