// // showTimeCell.h // b // // Created by kaidan on 2017/1/12. // Copyright © 2017年 kaidan. All rights reserved. // #import @interface showTimeCell : UITableViewCell /* *日期字符串 格式: yyyy年MM月dd日 */ @property(nonatomic,strong,readonly)NSString* dateStr; @end