Veloria/Veloria/Class/Home/View/VPHomeCagetoryRecommandContentCell.swift

19 lines
316 B
Swift

//
// VPHomeCagetoryRecommandContentCell.swift
// Veloria
//
// Created by on 2025/5/27.
//
import UIKit
class VPHomeCagetoryRecommandContentCell: VPHomeRecommandContentCell {
override class var moduleKey: VPHomeModuleItem.ModuleKey {
return .cagetory_recommand
}
}