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