TrainPhotoCell.h 317 B

1234567891011121314151617
  1. //
  2. // TrainPhotoCell.h
  3. // LNManager
  4. //
  5. // Created by apple on 2017/6/26.
  6. // Copyright © 2017年 lee. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface TrainPhotoCell : UICollectionViewCell
  10. @property (nonatomic, strong) UIImageView *imageView;
  11. @property (nonatomic, strong) UILabel *dateLabel;
  12. @end