Files
App/ios/WatchRunner Watch App/WatchRunnerApp.swift
2025-10-28 13:07:52 +08:00

18 lines
257 B
Swift

//
// 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()
}
}
}