// // MinRecordeCell.h // LNManager // // Created by EchoShacolee on 2017/4/14. // Copyright © 2017年 lee. All rights reserved. // #import @interface MinRecordeCell : UITableViewCell @property (weak, nonatomic) IBOutlet UILabel *speed; @property (weak, nonatomic) IBOutlet UILabel *status; @property (weak, nonatomic) IBOutlet UILabel *time; @property (weak, nonatomic) IBOutlet UILabel *phoneNum; @property (weak, nonatomic) IBOutlet UILabel *mile; -(void)upDataWithDic:(NSDictionary *)dic; @end