]> git.saurik.com Git - iphone-api.git/blame - UIKit/UISwitch.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UISwitch.h
CommitLineData
2cd8f71b
JF
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 UISwitch : UIControl <NSCoding>
10{
11 id _control;
12}
13
14- (id)init;
15- (id)initWithFrame:(struct CGRect)fp8;
16- (id)initWithCoder:(id)fp8;
17- (void)_populateArchivedSubviews:(id)fp8;
18- (void)encodeWithCoder:(id)fp8;
19- (void)dealloc;
20- (BOOL)isOn;
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;
25- (BOOL)isEnabled;
26- (void)setEnabled:(BOOL)fp8;
27- (BOOL)isHighlighted;
28- (void)setHighlighted:(BOOL)fp8;
29- (BOOL)isSelected;
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;
34
35@end
36