@interface BKDeviceManager : NSObject + (void)initialize; + (id)availableDevicesWithFailure:(BOOL *)a0; + (id)availableDevices; @end