ChannelSearchVC.h 480 B

1234567891011121314151617181920
  1. //
  2. // QuDaoSearchTC.h
  3. // IBOSSIPAD
  4. //
  5. // Created by iHope on 14-8-14.
  6. // Copyright (c) 2014年 elongtian. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "SubmitOrderVC.h"
  10. #import "CustomerCodeSearchVC.h"
  11. @interface ChannelSearchVC : BaseViewController{
  12. }
  13. @property(strong) NSMutableArray *searchArr;//搜索数组
  14. @property(strong) NSMutableArray *filterArr;//过滤数组
  15. @property(weak) id<OrderDelegate> channelDelegate;//委托
  16. @property BOOL subview;
  17. @end