// // OrderSalesDetailViewController.h // IBOSSmini // // Created by guan hong hou on 2017/5/26. // Copyright © 2017年 elongtian. All rights reserved. // #import "BaseViewController.h" @interface OrderSalesDetailViewController : BaseViewController @property(nonatomic,strong) NSString* invoiceNo; @property (nonatomic,strong) UITableView *customTableView; @property(nonatomic,strong) ASIDownManager *downManager; @property(nonatomic,strong) NSMutableArray *details; @end