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 UISwitch
: UIControl
<NSCoding
>
15 - (id
)initWithFrame
:(struct CGRect
)fp8
;
16 - (id
)initWithCoder
:(id
)fp8
;
17 - (void)_populateArchivedSubviews
:(id
)fp8
;
18 - (void)encodeWithCoder
:(id
)fp8
;
21 - (void)setOn
:(BOOL
)fp8
;
22 - (void)setOn
:(BOOL
)fp8 animated
:(BOOL
)fp12
;
23 - (struct CGSize
)sizeThatFits
:(struct CGSize
)fp8
;
24 - (void)setFrame
:(struct CGRect
)fp8
;
26 - (void)setEnabled
:(BOOL
)fp8
;
27 - (BOOL
)isHighlighted
;
28 - (void)setHighlighted
:(BOOL
)fp8
;
30 - (void)setSelected
:(BOOL
)fp8
;
31 - (unsigned int)state
;
32 - (void)addTarget
:(id
)fp8 action
:(SEL
)fp12 forControlEvents
:(unsigned int)fp16
;
33 - (void)removeTarget
:(id
)fp8 action
:(SEL
)fp12 forControlEvents
:(unsigned int)fp16
;