2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
11 @interface SBBluetoothController
: NSObject
13 NSMutableArray
*_devices
;
18 - (id
)firstBTDeviceToReportBatteryLevel
;
19 - (BOOL
)canReportBatteryLevel
;
20 - (float)batteryLevel
;
21 - (void)noteDevicesChanged
;
22 - (void)startWatchingForDevices
;
23 - (void)stopWatchingForDevices
;
24 - (void)iapDeviceChanged
:(id
)fp8
;
25 - (void)addDeviceNotification
:(id
)fp8
;
26 - (void)removeDeviceNotification
:(id
)fp8
;
27 - (void)connectionChanged
:(id
)fp8
;
28 - (void)batteryChanged
:(id
)fp8
;