mirror of
https://codeberg.org/ashley/poke.git
synced 2025-02-17 05:38:08 +01:00
12 lines
118 B
C#
12 lines
118 B
C#
![]() |
namespace InnerTube
|
||
|
{
|
||
|
public enum ChannelTabs
|
||
|
{
|
||
|
Home,
|
||
|
Videos,
|
||
|
Playlists,
|
||
|
Community,
|
||
|
Channels,
|
||
|
About
|
||
|
}
|
||
|
}
|