IBTUISearchBar.h 320 Bytes
//
//  IBTUISearchBar.h
//  XFFruit
//
//  Created by Lili Wang on 15/4/10.
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface IBTUISearchBar : UISearchBar

@property (assign, nonatomic) BOOL isSearching;
@property (weak, nonatomic) id <UISearchBarDelegate> sbDelegate;

@end