Files
suixinkan_ios_new/suixinkan/App/suixinkanApp.swift
2026-06-22 11:28:01 +08:00

19 lines
296 B
Swift
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// suixinkanApp.swift
// suixinkan
//
// Created by hanqiu on 2026/6/18.
//
import SwiftUI
/// SwiftUI
@main
struct suixinkanApp: App {
var body: some Scene {
WindowGroup {
RootView()
}
}
}