mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 20:34:04 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			403 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			403 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXNetworkMITMViewController.h
 | |
| //  Flipboard
 | |
| //
 | |
| //  Created by Ryan Olson on 2/8/15.
 | |
| //  Copyright (c) 2020 FLEX Team. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXTableViewController.h"
 | |
| #import "FLEXGlobalsEntry.h"
 | |
| 
 | |
| /// The main screen for the network observer, which displays a list of network transactions.
 | |
| @interface FLEXNetworkMITMViewController : FLEXTableViewController <FLEXGlobalsEntry>
 | |
| 
 | |
| @end
 | 
