HWToolListCell.h 243 B

12345678910111213141516171819
  1. //
  2. // HWToolListCell.h
  3. //
  4. //
  5. // Created by yhw on 2022/3/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface HWToolListCell : UICollectionViewCell
  10. @property (nonatomic,strong) BaseModel *model;
  11. @end
  12. NS_ASSUME_NONNULL_END