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