@class NSString, VOSBluetoothDevice; @interface AXUIVoiceOverBluetoothPairController : AXUISettingsSetupCapableListController <UITextFieldDelegate> { VOSBluetoothDevice *_device; NSString *_promptFormat; BOOL _dismissed; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (BOOL)textFieldShouldReturn:(id)a0; - (id)init; - (void)viewWillAppear:(BOOL)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (void)dealloc; - (void)loadView; - (id)specifiers; - (void)keyboardWillShow:(id)a0; - (void).cxx_destruct; - (void)cancelButtonClicked:(id)a0; - (void)deviceUpdated:(id)a0; - (void)textDidChange:(id)a0; - (void)doneButtonClicked:(id)a0; - (void)emptySetter:(id)a0 specifier:(id)a1; - (id)internalTableView; - (void)updatePrompt:(id)a0; @end