// // SearchToolBar.h // redstar // // Created by admin on 15/11/10. // Copyright © 2015年 ZWF. All rights reserved. // #import <UIKit/UIKit.h> @interface SearchToolBar : UIView @property (nonatomic, strong) UITextField *searchTextFiled; // 搜索框 @property (nonatomic, strong) UIButton *queryButton; // 快速查询按钮 @end