cocos2dx 3.x numberOfCellsInTableView
virtual unsigned int numberOfCellsInTableView(cocos2d::extension::TableView *table);
编译报错了
Virtual function ‘numberOfCellsInTableView’ has a different return type (‘unsigned int’) than the function it overrides (which has return type ‘ssize_t’ (aka ‘long’))