1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-06 01:20:31 +05:30
yattee/Shared/TabSelection.swift

6 lines
90 B
Swift
Raw Normal View History

2021-06-12 02:41:59 +05:30
import Foundation
enum TabSelection {
2021-06-12 04:19:42 +05:30
case subscriptions, popular, channel, search
2021-06-12 02:41:59 +05:30
}