|
//
|
|
// 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
|