Files
supertone-inc--supertonic/ios/ExampleiOSApp/App.swift
T
2026-07-13 12:23:10 +08:00

11 lines
143 B
Swift

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