// // GoodsDetailCell.h // YBLive // // Created by ybRRR on 2022/4/16. // Copyright © 2022 cat. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface GoodsDetailCell : UITableViewCell @property (weak, nonatomic) IBOutlet UIImageView *thumbImg; @end NS_ASSUME_NONNULL_END