mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-31 04:44:14 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  FLEXTableRowDataViewController.h
 | |
| //  FLEX
 | |
| //
 | |
| //  Created by Chaoshuai Lu on 7/8/20.
 | |
| //
 | |
| 
 | |
| #import "FLEXFilteringTableViewController.h"
 | |
| 
 | |
| @interface FLEXTableRowDataViewController : FLEXFilteringTableViewController
 | |
| 
 | |
| + (instancetype)rows:(NSDictionary<NSString *, id> *)rowData;
 | |
| 
 | |
| @end
 | 
