summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.TableViewCell.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/Cocos4.0/cc.TableViewCell.lua')
-rw-r--r--meta/3rd/Cocos4.0/cc.TableViewCell.lua24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/3rd/Cocos4.0/cc.TableViewCell.lua b/meta/3rd/Cocos4.0/cc.TableViewCell.lua
new file mode 100644
index 00000000..4f2b73fd
--- /dev/null
+++ b/meta/3rd/Cocos4.0/cc.TableViewCell.lua
@@ -0,0 +1,24 @@
+
+---@class cc.TableViewCell :cc.Node
+local TableViewCell={ }
+cc.TableViewCell=TableViewCell
+
+
+
+
+---* Cleans up any resources linked to this cell and resets <code>idx</code> property.
+---@return self
+function TableViewCell:reset () end
+---* The index used internally by SWTableView and its subclasses
+---@return int
+function TableViewCell:getIdx () end
+---*
+---@param uIdx int
+---@return self
+function TableViewCell:setIdx (uIdx) end
+---*
+---@return self
+function TableViewCell:create () end
+---*
+---@return self
+function TableViewCell:TableViewCell () end \ No newline at end of file