]> git.saurik.com Git - iphone-api.git/blob - AddressBookUI/ABRoundedTextField.h
Here we go again: this time with SBIcon setAlpha.
[iphone-api.git] / AddressBookUI / ABRoundedTextField.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "UITextField.h"
8
9 @class UIBezierPath;
10
11 @interface ABRoundedTextField : UITextField
12 {
13 int _roundedCorners;
14 int _visibleEdges;
15 UIBezierPath *_contourPath;
16 UIBezierPath *_backgroundPath;
17 }
18
19 - (id)initWithFrame:(struct CGRect)fp8 roundedCorners:(int)fp24 visibleEdges:(int)fp28;
20 - (void)dealloc;
21 - (void)rebuildPaths;
22 - (void)setFrame:(struct CGRect)fp8;
23 - (void)drawBorder:(struct CGRect)fp8;
24
25 @end
26