// // TJCell.h // jiaPeiC // // Created by apple on 16/3/22. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface TJCell : UITableViewCell @property (nonatomic, strong) UILabel *dateLabel; @end