// // OrderFeesDetailListViewController.h // IBOSS // // Created by 关宏厚 on 2018/11/15. // Copyright © 2018 elongtian. All rights reserved. // #import "BaseViewController.h" #import "OrderFeesDetailListCell.h" @interface OrderFeesDetailListViewController : BaseViewController @property (nonatomic,strong) UITableView *vTableView; @property(nonatomic,strong) NSMutableArray *orderFeesDetailArray; -(void)loadData:(NSMutableArray*)detailArray; @end