Files
guangya_client/guangya_mac/guangya_macApp.swift
T

11 lines
144 B
Swift

import SwiftUI
@main
struct guangya_macApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}