Files
App/ios/Solian Watch App/WatchRunnerApp.swift
2025-11-01 04:09:51 +08:00

18 lines
242 B
Swift

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