sodalive-ios/SodaLive/Sources/App/AppStep.swift

19 lines
196 B
Swift

//
// AppStep.swift
// SodaLive
//
// Created by klaus on 2023/08/09.
//
import Foundation
enum AppStep {
case splash
case main
case signUp
case findPassword
}