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