1234567891011121314151617181920 |
- //
- // ASHomeNewInProductItemView.h
- // Asteria
- //
- // Created by iOS on 2023/6/9.
- //
- #import "ASProductItemView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ASHomeNewInProductItemView : ASProductItemView
- @property (nonatomic, strong) UIImageView *priceBgV;
- @property (nonatomic, strong) UILabel *priceLb;
- @end
- NS_ASSUME_NONNULL_END
|