Skip to content

Instantly share code, notes, and snippets.

@alibahaaa
Created June 26, 2022 07:41
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 alibahaaa/d401cfaa8fd55a9c15e167b0bb61b0bd to your computer and use it in GitHub Desktop.
Save alibahaaa/d401cfaa8fd55a9c15e167b0bb61b0bd to your computer and use it in GitHub Desktop.
import SwiftUI
@main
struct iOSApp: App {
init(){
startKoin()
}
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment