// // WD_DetailCarCell.h // LNManager // // Created by EchoShacolee on 2017/6/8. // Copyright © 2017年 lee. All rights reserved. // #import @interface WD_DetailCarCell : UITableViewCell @property(nonatomic,strong)NSDictionary * dic; +(WD_DetailCarCell *)cellForTableView:(UITableView *)tableView; @end