// // PTTableContentViewController.h // PTDatabaseReader // // Created by Peng Tao on 15/11/23. // Copyright © 2015年 Peng Tao. All rights reserved. // #import @interface FLEXTableContentViewController : UIViewController @property (nonatomic, strong) NSArray *columnsArray; @property (nonatomic, strong) NSArray *> *contentsArray; @end