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