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