// // WatchEndApp.swift // WatchEnd Watch App // // Created by lolli on 2023/9/16. // import SwiftUI @main struct WatchEndApp: App { var body: some Scene { WindowGroup { ContentView() } } }