TrioWatchApp.swift 148 B

12345678910
  1. import SwiftUI
  2. @main struct TrioWatchApp: App {
  3. var body: some Scene {
  4. WindowGroup {
  5. TrioMainWatchView()
  6. }
  7. }
  8. }