GoodsDetailCell.h 310 B

123456789101112131415161718
  1. //
  2. // GoodsDetailCell.h
  3. // YBLive
  4. //
  5. // Created by ybRRR on 2022/4/16.
  6. // Copyright © 2022 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GoodsDetailCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet UIImageView *thumbImg;
  12. @end
  13. NS_ASSUME_NONNULL_END