FLEXDBQueryRowCell.h 353 B

1234567891011121314151617181920
  1. //
  2. // FLEXDBQueryRowCell.h
  3. // FLEX
  4. //
  5. // Created by Peng Tao on 15/11/24.
  6. // Copyright © 2015年 f. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. extern NSString * const kFLEXDBQueryRowCellReuse;
  10. @interface FLEXDBQueryRowCell : UITableViewCell
  11. /// An array of NSString, NSNumber, or NSData objects
  12. @property (nonatomic) NSArray *data;
  13. @end