// // StudentListCell.h // LNManager // // Created by apple on 2017/5/5. // Copyright © 2017年 lee. All rights reserved. // #import @interface StudentListCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *nameLabel; @property (weak, nonatomic) IBOutlet UILabel *sexLabel; @property (weak, nonatomic) IBOutlet UILabel *carTypeLabel; @property (weak, nonatomic) IBOutlet UILabel *dateLabel; @property (nonatomic, strong) NSDictionary *dataDic; @end