mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 12:54:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			310 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			310 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXViewShortcuts.h
 | |
| //  FLEX
 | |
| //
 | |
| //  Created by Tanner Bennett on 12/11/19.
 | |
| //  Copyright © 2020 FLEX Team. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXShortcutsSection.h"
 | |
| 
 | |
| /// Adds "Nearest View Controller" and "Preview Image" shortcuts to all views
 | |
| @interface FLEXViewShortcuts : FLEXShortcutsSection
 | |
| 
 | |
| @end
 | 
