CompanyInfo
public struct CompanyInfo : Codable, Hashable
Undocumented
-
Undocumented
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public let website: URL?
-
Undocumented
Declaration
Swift
public let phone: String?
-
Undocumented
Declaration
Swift
public let remoteIcon: String?
-
Undocumented
Declaration
Swift
public let remoteDarkIcon: String?
-
Undocumented
Declaration
Swift
public let color: RGBColor?
-
Undocumented
Declaration
Swift
public let appInfo: AppInfo?
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public var remoteIconURL: URL? { get }
-
Undocumented
Declaration
Swift
public var remoteDarkIconURL: URL? { get }