yattee/Shared/TabSelection.swift

6 lines
100 B
Swift
Raw Normal View History

2021-06-11 21:11:59 +00:00
import Foundation
enum TabSelection {
2021-06-17 10:02:39 +00:00
case subscriptions, popular, trending, channel, search
2021-06-11 21:11:59 +00:00
}