UZCategory

open class UZCategory: UZModelObject

Class chứa thông tin của từng chuyên mục

  • id

    id của chuyên mục

    Declaration

    Swift

    public var id				: String! = ""
  • Tên chuyên mục

    Declaration

    Swift

    public var name				: String! = ""
  • Kiểu hiển thị trên danh sách

    Declaration

    Swift

    public var displayMode		: UZCellDisplayMode = .landscape
  • Danh sách video của chuyên mục này

    Declaration

    Swift

    public var videos			: [UZVideoItem]! = []
  • Mô tả object

    Declaration

    Swift

    override open var description : String