| 32 | void TableViewDelegate::tableCellHighlight(TableView* /*table*/, TableViewCell* /*cell*/) {} |
| 33 | |
| 34 | void TableViewDelegate::tableCellUnhighlight(TableView* /*table*/, TableViewCell* /*cell*/) {} |
| 35 | |
| 36 | void TableViewDelegate::tableCellWillRecycle(TableView* /*table*/, TableViewCell* /*cell*/) {} |
| 37 |
no outgoing calls