Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 2, 2021 09:10
Show Gist options
  • Select an option

  • Save iosdevie/a874d0e2c901c01a68b62cb5538c67bf to your computer and use it in GitHub Desktop.

Select an option

Save iosdevie/a874d0e2c901c01a68b62cb5538c67bf to your computer and use it in GitHub Desktop.
@main
struct WhatsNewiOS14SwiftUIApp: App {
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment