|
@@ -12,9 +12,10 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
|
@interface AliyunBeautyLevelCollectionViewCell : UICollectionViewCell
|
|
|
@property (weak, nonatomic) IBOutlet UIImageView *imageView;
|
|
|
-@property (nonatomic,strong) NSIndexPath *indexPath;
|
|
|
@property (weak, nonatomic) IBOutlet UILabel *titleLabel;
|
|
|
@property (weak, nonatomic) IBOutlet UIView *selectView;
|
|
|
+@property (nonatomic,strong) NSIndexPath *indexPath;
|
|
|
+
|
|
|
@end
|
|
|
|
|
|
NS_ASSUME_NONNULL_END
|