HostInfo

struct HostInfo : View

SwiftUI View with host info

  • The KodiConnector model

    Declaration

    Swift

    @Environment
    private var kodi: KodiConnector { get }

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }