Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/app/SearchBar.h
blob: 5baf2c231b4717437c34680577eb64bbc0f5f7a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#import <UIKit/UIKit.h>
#import <CoreGraphics/CGAffineTransform.h>

@interface SearchBar : UISearchField {
  struct CGRect bounds;
}

-(void) show;
-(void) hide;

@end