// // TrainPhotoCell.h // LNManager // // Created by apple on 2017/6/26. // Copyright © 2017年 lee. All rights reserved. // #import @interface TrainPhotoCell : UICollectionViewCell @property (nonatomic, strong) UIImageView *imageView; @property (nonatomic, strong) UILabel *dateLabel; @end