CommodityCell2Row2.h 435 B

1234567891011121314151617181920
  1. //
  2. // CommodityCell2Row2.h
  3. // yunbaolive
  4. //
  5. // Created by ybRRR on 2020/3/3.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CommodityCell2Row2 : UITableViewCell
  11. @property (strong, nonatomic) IBOutlet UILabel *serviceLb;
  12. @property (strong, nonatomic) IBOutlet UILabel *bondLb;
  13. @property (strong, nonatomic) IBOutlet UILabel *guaranteeLb;
  14. @end
  15. NS_ASSUME_NONNULL_END