use MARK: instead of pragma mark

This commit is contained in:
matthias.ringwald 2011-07-14 15:40:49 +00:00
parent a8a2dedc0b
commit aa3a388457
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@
[self reload];
}
#pragma mark Table view methods
// MARK: Table view methods
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
return @"Devices";

View File

@ -448,7 +448,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
}
#pragma mark Table view methods
// MARK: Table view methods
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
return @"Devices";