ASVipCenterCollectCell.h 331 B

1234567891011121314151617181920
  1. //
  2. // ASVipCenterCollectCell.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/27.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ASVipCenterCollectCell : UICollectionViewCell
  10. @property (nonatomic, strong) UILabel *desLb;
  11. - (void)setData:(NSString *)imgName desStr:(NSString *)desStr;
  12. @end
  13. NS_ASSUME_NONNULL_END