mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
18 lines
231 B
Swift
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()
|
|
}
|
|
}
|
|
}
|