MoviaBox/MoviaBox/Class/Home/View/SPSearchResultCell.swift
2025-04-27 13:36:31 +08:00

21 lines
376 B
Swift

//
// SPSearchResultCell.swift
// MoviaBox
//
// Created by on 2025/4/18.
//
import UIKit
class SPSearchResultCell: SPTableViewCell {
/*
// Only override draw() if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
override func draw(_ rect: CGRect) {
// Drawing code
}
*/
}