JSXQdetailCell.h 683 B

1234567891011121314151617181920212223242526
  1. //
  2. // JSXQdetailCell.h
  3. // jitao
  4. //
  5. // Created by 罗云飞 on 2018/8/17.
  6. // Copyright © 2018年 罗云飞. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JSXQdetailCell : UITableViewCell
  10. @property(nonatomic,copy)UILabel *biaoti;
  11. @property(nonatomic,copy)UILabel *shouchangNumber;
  12. @property(nonatomic,copy)UILabel *dingdanNumber;
  13. @property(nonatomic,copy)UILabel *stauts;
  14. @property(nonatomic,copy)UILabel *xuqiuleixing;
  15. @property(nonatomic,copy)UILabel *suoshuhangye;
  16. @property(nonatomic,copy)UILabel *guanjianci;
  17. @property(nonatomic,copy)UILabel *jiaoyijiage;
  18. @property(nonatomic,copy)UILabel *xuqiuneirong;
  19. @property(nonatomic,copy)UIButton *shouchangBT;
  20. @end