ThimraTV/MoviaBox/Class/Home/View/SPHomeCategoryContentCell.swift
2025-06-18 19:26:21 +08:00

20 lines
387 B
Swift

//
// 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
}()
}