forked from mirrors/linphone-iphone
fix build
This commit is contained in:
parent
5b821df4ea
commit
ad882406f9
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@
|
|||
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
|
||||
NSString *kCellId = NSStringFromClass(UIChatCreateCell.class);
|
||||
UIChatCreateCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellId];
|
||||
if (cell == nil) {
|
||||
if (cell == nil)
|
||||
cell = [[UIChatCreateCell alloc] initWithIdentifier:kCellId];
|
||||
|
||||
NSString *key = [_addresses objectAtIndex:indexPath.row];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue