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