2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIControl.h>
9 @interface UIRemoveControlMinusButton
: UIControl
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
;
19 + (float)defaultWidth
;
22 + (id
)minusCenterImage
;
23 - (id
)initWithRemoveControl
:(id
)fp8
;
25 - (void)setHiding
:(BOOL
)fp8
;
27 - (void)drawRect
:(struct CGRect
)fp8
;
28 - (void)animator
:(id
)fp8 stopAnimation
:(id
)fp12
;
29 - (void)toggleRotate
:(BOOL
)fp8
;
32 - (void)_toggleRotateAnimationDidStop
:(id
)fp8 finished
:(BOOL
)fp12
;