| 12345678910111213141516 |
- //
- // EditSaleSlipSortVC.h
- // IBOSSmini
- //
- // Created by ssl on 2018/2/24.
- // Copyright © 2018年 elongtian. All rights reserved.
- //
- #import "BaseViewController.h"
- #import "OrderListDelegate.h"
- @interface EditSaleSlipSortVC : BaseViewController
- @property (nonatomic, strong) NSMutableArray *topDataList;
- @property (nonatomic, strong) NSMutableArray *bottomDataList;
- @property(nonatomic,strong)UINavigationController *orderNav;
- @property(nonatomic,weak) id<OrderListDelegate> refreshDelegate;
- @end
|