Skip to content

Commit

Permalink
Small thing.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Oct 20, 2014
1 parent 41d5fc7 commit 129454f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions OPUIKit/Source/__OPTableViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ -(void) clearTableData {
[self.tableData makeObjectsPerformSelector:@selector(removeAllObjects)];
}

#pragma mark -
#pragma mark UITableView methods
#pragma mark -
#pragma mark - UITableView methods

-(Class) tableView:(UITableView *)tableView classForRowAtIndexPath:(NSIndexPath *)indexPath {
return [UIView class];
Expand Down

0 comments on commit 129454f

Please sign in to comment.