This commit is contained in:
Trey t
2023-07-17 23:33:18 -05:00
parent af538362e8
commit 2753e31f24
8 changed files with 85 additions and 27 deletions

View File

@@ -9,6 +9,12 @@ import SwiftUI
import Combine
import AVKit
struct Constants {
static let phoneThotStyle = "phoneThotStyle"
static let extThotStyle = "extThotStyle"
}
@main
struct Werkout_iosApp: App {
let persistenceController = PersistenceController.shared