Wallpaper_Home/wallpaper_project/Home/V/WA_HistoryCell.swift
2024-07-15 11:54:44 +08:00

24 lines
396 B
Swift

//
// WA_HistoryCell.swift
// wallpaper_project
//
// Created by 16 on 2024/3/27.
//
import UIKit
class WA_HistoryCell: UITableViewCell {
override func awakeFromNib() {
super.awakeFromNib()
// Initialization code
}
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
}
}