| 34 | void TableViewDelegate::tableCellUnhighlight(TableView* /*table*/, TableViewCell* /*cell*/) {} |
| 35 | |
| 36 | void TableViewDelegate::tableCellWillRecycle(TableView* /*table*/, TableViewCell* /*cell*/) {} |
| 37 | |
| 38 | Size TableViewDataSource::tableCellSizeForIndex(TableView* table, ssize_t /*idx*/) |
| 39 | { |
no outgoing calls
no test coverage detected