@class NSArray, NSString, UIButton; @protocol CDPDevicePickerDelegate; @interface CDPDevicePickerViewController : CDPTableViewController { NSArray *_escapeOffers; id _delegate; UIButton *_remoteApprovalButton; } @property (copy, nonatomic) NSArray *devices; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (long long)numberOfSectionsInTableView:(id)a0; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (double)tableView:(id)a0 heightForRowAtIndexPath:(id)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (id)tableView:(id)a0 titleForHeaderInSection:(long long)a1; - (double)tableView:(id)a0 estimatedHeightForRowAtIndexPath:(id)a1; - (void).cxx_destruct; - (double)heightForFooterInTableView:(id)a0; - (double)tableView:(id)a0 heightForFooterInSection:(long long)a1; - (id)viewForFooterInTableView:(id)a0; - (id)escapeOffers; - (id)initWithDevices:(id)a0 delegate:(id)a1; - (id)initWithDevices:(id)a0 delegate:(id)a1 tableViewStyle:(long long)a2; @end