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