AppTheme

public struct AppTheme : IdentityResource, Hashable

A root object that stores information about an app theme resource.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: AppTheme, rhs: AppTheme) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single app theme, such as the app theme’s name, download count, and download link.

    See more

    Declaration

    Swift

    public struct Attributes : Codable