I have a class that is using UITableView, for example:
UITableView
class tableViewController { tableView.dataSource = self tableView.delegate = self