Files
supertonic/ios/ExampleiOSApp/App.swift
T
2025-11-23 15:54:59 +09:00

11 lines
143 B
Swift

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