mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new: watchOS watch end app
This commit is contained in:
17
ios/WatchApp/WatchEndApp.swift
Normal file
17
ios/WatchApp/WatchEndApp.swift
Normal 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()
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user