mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:03 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			551 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			551 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXHierarchyTableViewController.h
 | |
| //  Flipboard
 | |
| //
 | |
| //  Created by Ryan Olson on 2014-05-01.
 | |
| //  Copyright (c) 2020 FLEX Team. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXTableViewController.h"
 | |
| 
 | |
| @interface FLEXHierarchyTableViewController : FLEXTableViewController
 | |
| 
 | |
| + (instancetype)windows:(NSArray<UIWindow *> *)allWindows
 | |
|              viewsAtTap:(NSArray<UIView *> *)viewsAtTap
 | |
|            selectedView:(UIView *)selectedView;
 | |
| 
 | |
| @property (nonatomic) UIView *selectedView;
 | |
| @property (nonatomic) void(^didSelectRowAction)(UIView *selectedView);
 | |
| 
 | |
| @end
 | 
