@class UIAlertController, BTSDevice; @protocol BTAlertDelegate; @interface BTAlert : NSObject { id _delegate; UIAlertController *_alert; BTSDevice *_device; } - (void)dismiss; - (BOOL)isiPhone; - (void)dealloc; - (void)show; - (id)initWithDevice:(id)a0; - (void).cxx_destruct; - (void)setDelegate:(id)a0; - (void)showAlertWithResult:(id)a0; - (void)userActionResponseWithUnpairStatus:(BOOL)a0; @end