EditSaleSlipSortVC.h 503 B

12345678910111213141516
  1. //
  2. // EditSaleSlipSortVC.h
  3. // IBOSSmini
  4. //
  5. // Created by ssl on 2018/2/24.
  6. // Copyright © 2018年 elongtian. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. #import "OrderListDelegate.h"
  10. @interface EditSaleSlipSortVC : BaseViewController
  11. @property (nonatomic, strong) NSMutableArray *topDataList;
  12. @property (nonatomic, strong) NSMutableArray *bottomDataList;
  13. @property(nonatomic,strong)UINavigationController *orderNav;
  14. @property(nonatomic,weak) id<OrderListDelegate> refreshDelegate;
  15. @end