mirror of
https://github.com/jiayouzl/Bitcoin-Monitoring.git
synced 2025-11-25 11:29:33 +08:00
18 lines
213 B
Swift
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()
|
|
}
|
|
}
|
|
}
|