KomodioApp
@main
struct KomodioApp : App
The Komodio App Scene (shared)
-
The SceneState model
Declaration
Swift
@State private var scene: SceneState { get nonmutating set }
-
The KodiConnector model
Declaration
Swift
@State private var kodi: KodiConnector { get nonmutating set }
-
AppKit app delegate
Declaration
Swift
@NSApplicationDelegateAdaptor private var appDelegate: AppDelegate { get }
-
The body of the Scene
Declaration
Swift
var body: some Scene { get }