123456789101112131415161718192021 |
- //
- // ASHomeNewInSubCollectCell.h
- // Asteria
- //
- // Created by iOS on 2023/6/9.
- //
- #import <UIKit/UIKit.h>
- #import "ASHomeNewInProductItemView.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface ASHomeNewInSubCollectCell : UICollectionViewCell
- @property (nonatomic, strong) ASHomeNewInProductItemView *contView;
- @property (nonatomic, strong) ASProductBaseModel *model;
- @end
- NS_ASSUME_NONNULL_END
|