ApplyPlanStuCell.h 430 B

123456789101112131415161718192021
  1. //
  2. // ApplyPlanStuCell.h
  3. // LN_School
  4. //
  5. // Created by apple on 2017/7/17.
  6. // Copyright © 2017年 Danson. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ApplyPlanStuCell : UITableViewCell
  10. @property (nonatomic, strong) UIImageView *headImg;
  11. @property (nonatomic, strong) UILabel *nameLabel;
  12. @property (nonatomic, strong) UILabel *dateLabel;
  13. @property (nonatomic, strong) UILabel *telLabel;
  14. @end