2025-06-04 05:02:57 +08:00

10 lines
213 B
Plaintext

local BaseCell = autoImport("BaseCell")
MainViewRecallCell = class("MainViewRecallCell", BaseCell)
function MainViewRecallCell:Init()
self:AddCellClickEvent()
end
function MainViewRecallCell:SetData(data)
end