// // PTTableListViewController.h // PTDatabaseReader // // Created by Peng Tao on 15/11/23. // Copyright © 2015年 Peng Tao. All rights reserved. // #import @interface FLEXTableListViewController : UITableViewController + (BOOL)supportsExtension:(NSString *)extension; - (instancetype)initWithPath:(NSString *)path; @end