PeriodStuCell.h 467 B

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