new: watchOS watch end app

This commit is contained in:
lollipopkit
2023-09-16 17:53:34 +08:00
parent f74c5cd9ba
commit ef880c67af
5 changed files with 466 additions and 0 deletions

View File

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