// // ApplyPlanStuCell.h // LN_School // // Created by apple on 2017/7/17. // Copyright © 2017年 Danson. All rights reserved. // #import @interface ApplyPlanStuCell : UITableViewCell @property (nonatomic, strong) UIImageView *headImg; @property (nonatomic, strong) UILabel *nameLabel; @property (nonatomic, strong) UILabel *dateLabel; @property (nonatomic, strong) UILabel *telLabel; @end