mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 04:43:36 +00:00
fix compile for Xcode 5
This commit is contained in:
parent
de1626b942
commit
f74909742d
@ -46,12 +46,12 @@ static void bt_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t* pa
|
||||
}
|
||||
|
||||
|
||||
static BluetoothController* sharedInstance = nil;
|
||||
|
||||
@implementation BluetoothController
|
||||
|
||||
@synthesize listener;
|
||||
|
||||
static BluetoothController* sharedInstance = nil;
|
||||
|
||||
+(BluetoothController*) sharedInstance{
|
||||
if (!sharedInstance) {
|
||||
sharedInstance = [[self alloc] init];
|
||||
|
@ -56,12 +56,13 @@
|
||||
- (BOOL)isWildcat;
|
||||
@end
|
||||
|
||||
@interface BluetoothPSViewController : PSViewController
|
||||
@interface BluetoothPSViewController : PSViewController {
|
||||
BluetoothTableViewAdapter *tableViewAdapter;
|
||||
BluetoothController *bluetoothController;
|
||||
UIView *_wrapperView; // for < 3.2
|
||||
UITableView *tableView;
|
||||
BOOL initialized;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation BluetoothPSViewController
|
||||
|
Loading…
x
Reference in New Issue
Block a user