// // EleDetailCell.h // JSJPCoach // // Created by EchoShacolee on 2018/1/29. // Copyright © 2018年 Danson. All rights reserved. // #import @interface EleDetailCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *name; @property (weak, nonatomic) IBOutlet UILabel *shenhe; @property (weak, nonatomic) IBOutlet UILabel *time; @property (weak, nonatomic) IBOutlet UILabel *mileAge; @property (weak, nonatomic) IBOutlet UILabel *speed; @property (weak, nonatomic) IBOutlet UILabel *reason; @property(nonatomic,strong)NSDictionary *dataDic; @end