|
@@ -250,6 +250,8 @@ open class PQVideoListModel: BFBaseModel, BFVideoItemProtocol {
|
|
|
public var categoryImage: String?
|
|
|
|
|
|
public var topicData: [String: Any]?
|
|
|
+
|
|
|
+ public var isVerticalAutoPlayNext: Bool = false
|
|
|
|
|
|
public var isViewExposureReport: Bool = false
|
|
|
override public init(jsonDict: [String: Any]) {
|