MoviaBox/ShortPlay/Class/Home/View/SPSearchResultCell.swift
2025-04-19 09:20:15 +08:00

21 lines
377 B
Swift

//
// SPSearchResultCell.swift
// ShortPlay
//
// 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
}
*/
}