Files
Supertonic/ios/ExampleiOSApp/App.swift
2026-01-25 18:58:40 +09:00

11 lines
143 B
Swift

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