mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 06:34:40 -05:00
12 lines
118 B
C#
12 lines
118 B
C#
namespace InnerTube
|
|
{
|
|
public enum ChannelTabs
|
|
{
|
|
Home,
|
|
Videos,
|
|
Playlists,
|
|
Community,
|
|
Channels,
|
|
About
|
|
}
|
|
} |