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