mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:23:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			306 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			306 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXObjcRuntimeViewController.h
 | |
| //  FLEX
 | |
| //
 | |
| //  Created by Tanner on 3/23/17.
 | |
| //  Copyright © 2017 Tanner Bennett. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXTableViewController.h"
 | |
| #import "FLEXGlobalsEntry.h"
 | |
| 
 | |
| @interface FLEXObjcRuntimeViewController : FLEXTableViewController <FLEXGlobalsEntry>
 | |
| 
 | |
| @end
 | 
