// // EvaListCell.h // LN_School // // Created by EchoShacolee on 2017/6/15. // Copyright © 2017年 Danson. All rights reserved. // #import @interface EvaListCell : UITableViewCell +(EvaListCell *)cellForTabelView:(UITableView*)tableView; - (void)updateWithDic:(NSDictionary *)dic; @end