Skip to content

Instantly share code, notes, and snippets.

@dinotrnka
Created January 17, 2023 12:15
Show Gist options
  • Save dinotrnka/f7f43394176bae26e62bc6510bf7b5d0 to your computer and use it in GitHub Desktop.
Save dinotrnka/f7f43394176bae26e62bc6510bf7b5d0 to your computer and use it in GitHub Desktop.
import SwiftUI
@main
struct SwiftUIBlueprintApp: App {
init() {
NetworkMonitor.shared.startMonitoring() // Added this
}
var body: some Scene {
WindowGroup {
ContentView()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment