SearchToolBar.h 342 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10
//
//  SearchToolBar.h
//  redstar
//
//  Created by admin on 15/11/10.
//  Copyright © 2015年 ZWF. All rights reserved.
//

#import <UIKit/UIKit.h>

admin's avatar
admin committed
11
@interface SearchToolBar : UIView 
12 13 14 15 16

@property (nonatomic, strong) UITextField *searchTextFiled; // 搜索框
@property (nonatomic, strong) UIButton *queryButton; // 快速查询按钮

@end