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