| 12345678910111213141516171819 |
- //
- // CommodityCell2Row1.h
- // yunbaolive
- //
- // Created by ybRRR on 2020/3/3.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface CommodityCell2Row1 : UITableViewCell
- @property (strong, nonatomic) IBOutlet UILabel *seltitle;
- @property (strong, nonatomic) IBOutlet UILabel *selContent;
- @end
- NS_ASSUME_NONNULL_END
|