yattee/Shared/TabSelection.swift
2021-06-12 10:59:52 +02:00

6 lines
90 B
Swift

import Foundation
enum TabSelection {
case subscriptions, popular, channel, search
}