// // ModelRightCell.h // JSJPCoach // // Created by apple on 2017/3/23. // Copyright © 2017年 Danson. All rights reserved. // #import @interface ModelRightCell : UITableViewCell @property (nonatomic, strong) UIImageView *headImgView; @property (nonatomic, strong) UILabel *nameLabel; @property (nonatomic, strong) UILabel *telLabel; @property (nonatomic, strong) UILabel *RO_StateLabel; @property (nonatomic, strong) NSDictionary *dataDic; @end