mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:23:58 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			379 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			379 B
		
	
	
	
		
			Objective-C
		
	
	
	
	
	
| //
 | |
| //  PTTableListViewController.h
 | |
| //  PTDatabaseReader
 | |
| //
 | |
| //  Created by Peng Tao on 15/11/23.
 | |
| //  Copyright © 2015年 Peng Tao. All rights reserved.
 | |
| //
 | |
| 
 | |
| #import "FLEXFilteringTableViewController.h"
 | |
| 
 | |
| @interface FLEXTableListViewController : FLEXFilteringTableViewController
 | |
| 
 | |
| + (BOOL)supportsExtension:(NSString *)extension;
 | |
| - (instancetype)initWithPath:(NSString *)path;
 | |
| 
 | |
| @end
 | 
