HWHomeListCell.h 273 B

12345678910111213141516171819
  1. //
  2. // HWHomeListCell.h
  3. // Private-X
  4. //
  5. // Created by 余衡武 on 2022/3/21.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface HWHomeListCell : UITableViewCell
  10. @property (weak, nonatomic) IBOutlet UIImageView *iconImageView;
  11. @end
  12. NS_ASSUME_NONNULL_END