스플래시 페이지 추가

This commit is contained in:
Yu Sung
2023-08-09 16:52:36 +09:00
parent 058c907609
commit 84d3dd61ca
27 changed files with 932 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
//
// AppStep.swift
// SodaLive
//
// Created by klaus on 2023/08/09.
//
import Foundation
enum AppStep {
case splash
case main
}