// // WatchRunnerApp.swift // WatchRunner Watch App // // Created by LittleSheep on 2025/10/28. // import SwiftUI @main struct WatchRunner_Watch_AppApp: App { var body: some Scene { WindowGroup { ContentView() } } }