Files
flutter_server_box/ios/WatchApp/WatchEndApp.swift
2023-09-16 17:53:34 +08:00

18 lines
231 B
Swift

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