Add comment

This commit is contained in:
Roman Efimov
2013-08-21 09:28:50 -05:00
parent cc2cfe3ab8
commit 97b93561de

View File

@@ -24,7 +24,7 @@
//
_manager = [[RETableViewManager alloc] initWithTableView:self.tableView delegate:self];
// Map item to a cell
// Map item to a cell, this will also register the XIBTestCell.xib for the XIBTestItem identifier
//
_manager[@"XIBTestItem"] = @"XIBTestCell";