// // SettlementMethodCell.h // IBOSSmini // // Created by guan hong hou on 2018/4/8. // Copyright © 2018年 elongtian. All rights reserved. // #import #import "CollecteAmountModel.h" @interface SettlementMethodCell : UITableViewCell @property(nonatomic,strong) UILabel *lblSettlementType; -(void)parseEarnestInfo:(CollecteAmountModel *)earnestModel; @end