Skip to content

Instantly share code, notes, and snippets.

@0xKayvan
Created July 16, 2022 09:53
Show Gist options
  • Save 0xKayvan/7a79ccaade79b3efdfef25c00db294bd to your computer and use it in GitHub Desktop.
Save 0xKayvan/7a79ccaade79b3efdfef25c00db294bd to your computer and use it in GitHub Desktop.
import SwiftUI
@main
struct Medium: 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