@class UIView, NSString, NSArray, UIRefreshControl, NSMutableDictionary, UIDebuggingInformationInspectorDetailViewController, NSMutableArray, UICollectionView; @interface UIDebuggingInformationHierarchyViewController : UIViewController { NSArray *_showingOverlayItems; NSArray *_normalItems; } @property (retain, nonatomic) NSMutableArray *keys; @property (retain, nonatomic) NSMutableDictionary *managedValues; @property (retain, nonatomic) NSMutableDictionary *observersForKeys; @property (retain, nonatomic) NSMutableDictionary *controlsForKeys; @property (retain, nonatomic) NSArray *data; @property (retain, nonatomic) UIView *rootViewForInspection; @property (retain, nonatomic) UIRefreshControl *refreshControl; @property (retain, nonatomic) UIView *highlightedView; @property (retain, nonatomic) UICollectionView *collectionView; @property (nonatomic) struct CGColor { } *originalBorderColor; @property (nonatomic) double originalBorderWidth; @property (retain, nonatomic) UIDebuggingInformationInspectorDetailViewController *detail; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)collectionView:(id)a0 didDeselectItemAtIndexPath:(id)a1; - (void)collectionView:(id)a0 didSelectItemAtIndexPath:(id)a1; - (void)viewWillAppear:(BOOL)a0; - (void)viewDidLayoutSubviews; - (void)viewDidLoad; - (id)initWithNibName:(id)a0 bundle:(id)a1; - (void)viewWillDisappear:(BOOL)a0; - (void).cxx_destruct; - (long long)collectionView:(id)a0 numberOfItemsInSection:(long long)a1; - (void)viewWillTransitionToSize:(struct CGSize { double x0; double x1; })a0 withTransitionCoordinator:(id)a1; - (void)highlightView:(id)a0; - (id)collectionView:(id)a0 viewForSupplementaryElementOfKind:(id)a1 atIndexPath:(id)a2; - (id)collectionView:(id)a0 cellForItemAtIndexPath:(id)a1; - (void)_showWindowChange; - (void)chooseNewTarget:(id)a0; - (void)collapseBeneathCell:(id)a0; - (id)colorForIndentationLevel:(unsigned long long)a0; - (void)didReceiveNewView:(id)a0; - (void)displayDetailsForCell:(id)a0; - (void)expandBeneathCell:(id)a0; - (id)getViewsRecursiveWithLevel:(unsigned long long)a0 forView:(id)a1; - (unsigned long long)indentationLevelForIndexPath:(id)a0; - (void)refresh:(id)a0; - (BOOL)shouldCollapseAtIndexPath:(id)a0; - (BOOL)shouldHighlightSelectedCells; @end