PLVKeyMomentModel

Objective-C

@interface PLVKeyMomentModel

Swift

class PLVKeyMomentModel

精彩看点数据模型

  • channelId

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull channelId;

    Swift

    var channelId: String { get set }
  • 标题

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull title;

    Swift

    var title: String { get set }
  • 缩略图地址

    Declaration

    Objective-C

    @property (nonatomic, copy) NSString *_Nonnull previewUrl;

    Swift

    var previewUrl: String { get set }
  • 标记时间

    Declaration

    Objective-C

    @property (nonatomic) NSInteger markTime;

    Swift

    var markTime: Int { get set }
  • 标记类型

    Declaration

    Objective-C

    @property (nonatomic) NSInteger markType;

    Swift

    var markType: Int { get set }