ASHomeNewInProductItemView.h 333 B

1234567891011121314151617181920
  1. //
  2. // ASHomeNewInProductItemView.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/9.
  6. //
  7. #import "ASProductItemView.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface ASHomeNewInProductItemView : ASProductItemView
  10. @property (nonatomic, strong) UIImageView *priceBgV;
  11. @property (nonatomic, strong) UILabel *priceLb;
  12. @end
  13. NS_ASSUME_NONNULL_END