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/UISlider.h>
11 @interface _UISwitchSlider
: UISlider
13 UIView
*_labelClipView
;
15 UIView
*_offLabelView
;
17 unsigned int alternateColors
:1;
18 unsigned int shouldFlipValue
:1;
19 unsigned int reserved
:30;
24 - (id
)initWithFrame
:(struct CGRect
)fp8
;
26 - (id
)createThumbView
;
27 - (void)setAlternateColors
:(BOOL
)fp8
;
29 - (void)_initSubviews
;
30 - (id
)currentThumbImage
;
31 - (struct CGRect
)trackRectForBounds
:(struct CGRect
)fp8
;
32 - (struct CGRect
)thumbRectForBounds
:(struct CGRect
)fp8 trackRect
:(struct CGRect
)fp24 value
:(float)fp40
;
33 - (void)updateOnLabelRectForBounds
:(struct CGRect
)fp8
;
34 - (void)updateOffLabelRectForBounds
:(struct CGRect
)fp8
;
35 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
36 - (void)_layoutSubviewsForBoundsChange
:(BOOL
)fp8
;
37 - (BOOL
)beginTrackingAt
:(struct CGPoint
)fp8 withEvent
:(struct __GSEvent
*)fp16
;
38 - (BOOL
)continueTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
39 - (void)endTrackingAt
:(struct CGPoint
)fp8 previous
:(struct CGPoint
)fp16 withEvent
:(struct __GSEvent
*)fp24
;
40 - (BOOL
)cancelMouseTracking
;
41 - (void)mouseUp
:(struct __GSEvent
*)fp8
;
42 - (BOOL
)beginTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
43 - (BOOL
)continueTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
44 - (void)endTrackingWithTouch
:(id
)fp8 withEvent
:(id
)fp12
;
45 - (void)cancelTrackingWithEvent
:(id
)fp8
;
46 - (void)touchesEnded
:(id
)fp8 withEvent
:(id
)fp12
;
47 - (void)sendAction
:(SEL
)fp8 to
:(id
)fp12 forEvent
:(id
)fp16
;
48 - (void)sendAction
:(SEL
)fp8 toTarget
:(id
)fp12 forEvent
:(struct __GSEvent
*)fp16
;