ifish/Ifish/UMCommunity/UMCommunitySDK/UMCommunityUI/CustomView/SearchBar/UMComSearchBar.h

20 lines
280 B
Objective-C

//
// UMComSearchBar.h
// UMCommunity
//
// Created by umeng on 15-4-23.
// Copyright (c) 2015年 Umeng. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UMComSearchBar : UISearchBar
@property (nonatomic, strong) UIImage *bgImage;
- (void)hidenKeyBoard;
@end