12345678910111213141516171819 |
- //
- // HomeWeiCousreCollectCell.h
- // smartRhino
- //
- // Created by niuzhen on 2020/5/18.
- // Copyright © 2020 tederen. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- 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
|