yattee/Shared/TabSelection.swift

6 lines
90 B
Swift
Raw Normal View History

2021-06-11 21:11:59 +00:00
import Foundation
enum TabSelection {
2021-06-11 22:49:42 +00:00
case subscriptions, popular, channel, search
2021-06-11 21:11:59 +00:00
}