AppData
class AppData : Equatable
Undocumented
-
Undocumented
Declaration
Swift
public let appID: String -
Undocumented
Declaration
Swift
private(set) public var title: String? { get } -
Undocumented
Declaration
Swift
private(set) public var subtitle: String? { get } -
Undocumented
Declaration
Swift
public let appApiUrl: String? -
Declaration
Swift
public static func == (lhs: AppData, rhs: AppData) -> Bool
View on GitHub
AppData Class Reference