@class NSString, UITableView; @interface UIDebuggingKBAutoFillViewController : UIViewController <UITableViewDataSource, UITableViewDelegate, UIKBAutoFillTestGroundTruthGenerationViewControllerDelegate, UIDebuggingInformationViewController> { UITableView *_tableView; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)tableView:(id)a0 cellForRowAtIndexPath:(id)a1; - (long long)tableView:(id)a0 numberOfRowsInSection:(long long)a1; - (void)tableView:(id)a0 didSelectRowAtIndexPath:(id)a1; - (void)viewDidLoad; - (void).cxx_destruct; - (void)_archiveTopMostViewControllerForAutoFillTest; - (id)_formTypeFileName:(long long)a0; - (id)_getTopMostViewControllerInWindow:(id)a0; - (void)autoFillTestGroundTruthGenerationViewController:(id)a0 didFinishWithResult:(id)a1; @end