| 1234567891011121314151617181920 |
- //
- // QuDaoSearchTC.h
- // IBOSSIPAD
- //
- // Created by iHope on 14-8-14.
- // Copyright (c) 2014年 elongtian. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "SubmitOrderVC.h"
- #import "CustomerCodeSearchVC.h"
- @interface ChannelSearchVC : BaseViewController{
-
- }
- @property(strong) NSMutableArray *searchArr;//搜索数组
- @property(strong) NSMutableArray *filterArr;//过滤数组
- @property(weak) id<OrderDelegate> channelDelegate;//委托
- @property BOOL subview;
- @end
|