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