]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIRoundedRectButton.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIRoundedRectButton.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 <UIKit/UIButton.h>
8
9 @class UIBezierPath;
10
11 @interface UIRoundedRectButton : UIButton
12 {
13 UIBezierPath *_fillPath;
14 }
15
16 - (void)_commonRoundedRectButtonInit;
17 - (id)initWithFrame:(struct CGRect)fp8;
18 - (void)dealloc;
19 - (void)_invalidatePaths;
20 - (void)setFrame:(struct CGRect)fp8;
21 - (struct CGSize)sizeThatFits:(struct CGSize)fp8;
22 - (int)buttonType;
23 - (void)setHighlighted:(BOOL)fp8;
24 - (void)drawRect:(struct CGRect)fp8;
25
26 @end
27