ASHomeNewInSubCollectCell.h 391 B

123456789101112131415161718192021
  1. //
  2. // ASHomeNewInSubCollectCell.h
  3. // Asteria
  4. //
  5. // Created by iOS on 2023/6/9.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "ASHomeNewInProductItemView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ASHomeNewInSubCollectCell : UICollectionViewCell
  11. @property (nonatomic, strong) ASHomeNewInProductItemView *contView;
  12. @property (nonatomic, strong) ASProductBaseModel *model;
  13. @end
  14. NS_ASSUME_NONNULL_END