]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIRemoveControlMinusButton.h
Add MobileSMS for NickP.
[iphone-api.git] / UIKit / UIRemoveControlMinusButton.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/UIControl.h>
8
9 @interface UIRemoveControlMinusButton : UIControl
10 {
11 unsigned int _rotated:1;
12 unsigned int _rotating:1;
13 unsigned int _hiding:1;
14 unsigned int _showAsPlus:1;
15 unsigned int _reserved:28;
16 float _verticalOffset;
17 }
18
19 + (float)defaultWidth;
20 + (id)minusImage;
21 + (id)plusImage;
22 + (id)minusCenterImage;
23 - (id)initWithRemoveControl:(id)fp8;
24 - (void)dealloc;
25 - (void)setHiding:(BOOL)fp8;
26 - (BOOL)isHiding;
27 - (void)drawRect:(struct CGRect)fp8;
28 - (void)animator:(id)fp8 stopAnimation:(id)fp12;
29 - (void)toggleRotate:(BOOL)fp8;
30 - (BOOL)isRotated;
31 - (BOOL)isRotating;
32 - (void)_toggleRotateAnimationDidStop:(id)fp8 finished:(BOOL)fp12;
33
34 @end
35