// // HomeBigshotCollectCell.h // smartRhino // // Created by niuzhen on 2020/5/20. // Copyright © 2020 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HomeBigshotCollectCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UIImageView *imagV; @property (weak, nonatomic) IBOutlet UILabel *titleL; @property (weak, nonatomic) IBOutlet UILabel *subTitleL; @property (weak, nonatomic) IBOutlet UIImageView *yanV; @property (weak, nonatomic) IBOutlet UILabel *countL; @end NS_ASSUME_NONNULL_END