SettlementMethodCell.h 378 B

1234567891011121314
  1. //
  2. // SettlementMethodCell.h
  3. // IBOSSmini
  4. //
  5. // Created by guan hong hou on 2018/4/8.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "CollecteAmountModel.h"
  10. @interface SettlementMethodCell : UITableViewCell
  11. @property(nonatomic,strong) UILabel *lblSettlementType;
  12. -(void)parseEarnestInfo:(CollecteAmountModel *)earnestModel;
  13. @end