CommodityCell2Row1.h 377 B

12345678910111213141516171819
  1. //
  2. // CommodityCell2Row1.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 CommodityCell2Row1 : UITableViewCell
  11. @property (strong, nonatomic) IBOutlet UILabel *seltitle;
  12. @property (strong, nonatomic) IBOutlet UILabel *selContent;
  13. @end
  14. NS_ASSUME_NONNULL_END