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