//// IBTUISearchBar.h// XFFruit//// Created by Lili Wang on 15/4/10.// Copyright (c) 2015年 Xummer. All rights reserved.//#import <UIKit/UIKit.h>@interfaceIBTUISearchBar:UISearchBar@property(assign,nonatomic)BOOLisSearching;@property(weak,nonatomic)id<UISearchBarDelegate>sbDelegate;@end