Files
MatchLiveTv/native/ios/MatchLiveTv/UI/Navigation/Routes.swift
T

12 lines
215 B
Swift

import Foundation
enum Routes: Hashable {
case splash
case login
case forgotPassword
case matches
case account
case setup(matchId: String, step: Int)
case broadcast(sessionId: String)
}