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