mirror of
https://github.com/yattee/yattee.git
synced 2025-01-07 18:10:33 +05:30
6 lines
75 B
Swift
6 lines
75 B
Swift
|
import Foundation
|
||
|
|
||
|
enum TabSelection {
|
||
|
case popular, channel, search
|
||
|
}
|