| 1234567891011121314151617 |
- //
- // BuMenSearchTC.h
- // IBOSS
- //
- // Created by iHope on 14-7-11.
- // Copyright (c) 2014年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SubmitOrderVC.h"
- #import "OrderDelegate.h"
- @interface DepartmentSearchVC : BaseViewController
- @property(strong) NSMutableArray *searchArr;//搜索数组
- @property(strong) NSMutableArray *filterArr;//过滤数组
- @property(weak) id<OrderDelegate> departmentDelegate;
- @property BOOL subview;
- @end
|