mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-26 03:35:20 +00:00
use MARK: instead of pragma mark
This commit is contained in:
parent
a8a2dedc0b
commit
aa3a388457
@ -164,7 +164,7 @@
|
||||
[self reload];
|
||||
}
|
||||
|
||||
#pragma mark Table view methods
|
||||
// MARK: Table view methods
|
||||
|
||||
- (NSString *)tableView:(UITableView *)tableView titleForHeaderInSection:(NSInteger)section{
|
||||
return @"Devices";
|
||||
|
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user