Files
Bitcoin-Monitoring/test1/test1App.swift
2025-10-28 14:52:10 +08:00

18 lines
213 B
Swift

//
// test1App.swift
// test1
//
// Created by zl_vm on 2025/10/28.
//
import SwiftUI
@main
struct test1App: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}