FLEXTableListViewController.h 379 B

1234567891011121314151617
  1. //
  2. // PTTableListViewController.h
  3. // PTDatabaseReader
  4. //
  5. // Created by Peng Tao on 15/11/23.
  6. // Copyright © 2015年 Peng Tao. All rights reserved.
  7. //
  8. #import "FLEXFilteringTableViewController.h"
  9. @interface FLEXTableListViewController : FLEXFilteringTableViewController
  10. + (BOOL)supportsExtension:(NSString *)extension;
  11. - (instancetype)initWithPath:(NSString *)path;
  12. @end