@class NSArray, NSMutableDictionary, PUAudioClassificationAssetBrowserDebugViewController; @interface PUAudioClassificationBrowserDebugViewController : UITableViewController { NSArray *_audioClassificationNames; NSMutableDictionary *_assetsByAudioClassificationName; PUAudioClassificationAssetBrowserDebugViewController *_assetCollectionViewController; } - (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; - (void)viewDidLoad; - (void).cxx_destruct; - (void)tableView:(id)a0 accessoryButtonTappedForRowWithIndexPath:(id)a1; - (BOOL)tableView:(id)a0 canPerformAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (void)tableView:(id)a0 performAction:(SEL)a1 forRowAtIndexPath:(id)a2 withSender:(id)a3; - (BOOL)tableView:(id)a0 shouldShowMenuForRowAtIndexPath:(id)a1; - (void)_fetchAudioClassifications; @end