// // HomeWeiCousreCollectCell.h // smartRhino // // Created by niuzhen on 2020/5/18. // Copyright © 2020 tederen. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface HomeWeiCousreCollectCell : UICollectionViewCell @property (weak, nonatomic) IBOutlet UILabel *titleL; - (void)setDataWithTitle:(NSString *)title isSelect:(BOOL)select; @end NS_ASSUME_NONNULL_END