local CardCombineCell = _G["CardCombineCell"] or autoImport("CardCombineCell"); CardChipCell = class("CardChipCell", CardCombineCell) function CardChipCell:Init() self:FindObjs(); end function CardChipCell:FindObjs() end function CardChipCell:SetData(data) end