HWToolListCell~.h 269 B

12345678910111213141516171819
  1. //
  2. // HWToolListCell.h
  3. // 双子星云手机
  4. //
  5. // Created by 余衡武 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