// // HWHomeListCell.h // // // Created by yhw on 2022/3/21. // #import NS_ASSUME_NONNULL_BEGIN @interface HWHomeListCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *iconImageView; @end NS_ASSUME_NONNULL_END