1234567891011121314151617181920 |
- //
- // ASVipCenterCollectCell.h
- // Asteria
- //
- // Created by iOS on 2023/6/27.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ASVipCenterCollectCell : UICollectionViewCell
- @property (nonatomic, strong) UILabel *desLb;
- - (void)setData:(NSString *)imgName desStr:(NSString *)desStr;
- @end
- NS_ASSUME_NONNULL_END
|