mirror of
https://github.com/supertone-inc/supertonic.git
synced 2026-07-03 14:08:32 +02:00
11 lines
143 B
Swift
11 lines
143 B
Swift
import SwiftUI
|
|
|
|
@main
|
|
struct ExampleiOSApp: App {
|
|
var body: some Scene {
|
|
WindowGroup {
|
|
ContentView()
|
|
}
|
|
}
|
|
}
|