// // TimingCommonCell.h // jiaPei // // Created by 张嵘 on 2020/5/8. // Copyright © 2020 JCZ. All rights reserved. // #import #import "RQCollectionSectionModel.h" NS_ASSUME_NONNULL_BEGIN @interface TimingCommonCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIView *cusContentView; @property (weak, nonatomic) IBOutlet UIImageView *iconImageView; @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @property (weak, nonatomic) IBOutlet UILabel *timeLabel; @property (strong, readwrite, nonatomic) RQCollectionItemModel *collectionItemModel; @end NS_ASSUME_NONNULL_END