DEBSOURCES
Skip Quicknav
sources / highlight.js / 10.7.3%2Bdfsg-2 / test / markup / swift / swiftui.txt
123456789101112
@main struct MyApp: App { var body: some Scene { WindowGroup { #if os(iOS) Text("Hello, world from iOS!") #else Text("Hello, world!") #endif } } }