ModelRightCell.h 473 B

1234567891011121314151617181920
  1. //
  2. // ModelRightCell.h
  3. // JSJPCoach
  4. //
  5. // Created by apple on 2017/3/23.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ModelRightCell : UITableViewCell
  10. @property (nonatomic, strong) UIImageView *headImgView;
  11. @property (nonatomic, strong) UILabel *nameLabel;
  12. @property (nonatomic, strong) UILabel *telLabel;
  13. @property (nonatomic, strong) UILabel *RO_StateLabel;
  14. @property (nonatomic, strong) NSDictionary *dataDic;
  15. @end