10 lines
213 B
Plaintext
10 lines
213 B
Plaintext
local BaseCell = autoImport("BaseCell")
|
|
MainViewRecallCell = class("MainViewRecallCell", BaseCell)
|
|
|
|
function MainViewRecallCell:Init()
|
|
self:AddCellClickEvent()
|
|
end
|
|
|
|
function MainViewRecallCell:SetData(data)
|
|
|
|
end |