1
0
mirror of https://github.com/yattee/yattee.git synced 2025-01-07 18:10:33 +05:30
yattee/Shared/TabSelection.swift

6 lines
75 B
Swift
Raw Normal View History

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