#import #import @interface SearchBar : UISearchField { struct CGRect bounds; } -(void) show; -(void) hide; @end