// // SPHomeCategoryContentCell.swift // MoviaBox // // Created by 长沙佳儿 on 2025/6/18. // import UIKit class SPHomeCategoryContentCell: SPHomeContentCell { ///甜宠 private lazy var categoryVideoView: SPHomeCategoryVideoView = { let view = SPHomeCategoryVideoView() view.image = UIImage(named: "category_bg_image_01") return view }() }