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