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