1234567891011121314151617181920 |
- //
- // ModelRightCell.h
- // JSJPCoach
- //
- // Created by apple on 2017/3/23.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @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
|