mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 22:00:31 +05:30
6 lines
75 B
Swift
6 lines
75 B
Swift
import Foundation
|
|
|
|
enum TabSelection {
|
|
case popular, channel, search
|
|
}
|