Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created June 2, 2021 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/2d90890835b602a2186fe65654262c7a to your computer and use it in GitHub Desktop.
Save iosdevie/2d90890835b602a2186fe65654262c7a to your computer and use it in GitHub Desktop.
@main
struct ProjectName: 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