]>
Commit | Line | Data |
---|---|---|
434ac614 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 "UIDefaultKeyboardInput.h" | |
8 | ||
9 | @class AtomBackgroundView, UILabel; | |
10 | ||
11 | @interface AtomView : UIDefaultKeyboardInput | |
12 | { | |
13 | AtomBackgroundView *_background; | |
14 | UILabel *_label; | |
15 | id _delegate; | |
16 | unsigned int _disclosure:1; | |
17 | unsigned int _needsCentering:1; | |
18 | float _width; | |
19 | } | |
20 | ||
21 | + (id)backgroundImageWithDisclosure:(BOOL)fp8 selected:(BOOL)fp12; | |
22 | + (CDAnonymousStruct2)backgroundImageSlicesWithDisclosure:(BOOL)fp8; | |
23 | + (float)defaultHeight; | |
24 | + (float)horizontalPadding; | |
25 | - (id)initWithFrame:(struct CGRect)fp8; | |
26 | - (void)dealloc; | |
27 | - (id)title; | |
28 | - (void)setTitle:(id)fp8; | |
29 | - (float)preferredWidth; | |
30 | - (void)setShowsDisclosure:(BOOL)fp8; | |
31 | - (BOOL)selected; | |
32 | - (void)setSelected:(BOOL)fp8; | |
33 | - (void)showBackground:(BOOL)fp8; | |
34 | - (void)layoutSubviews; | |
35 | ||
36 | @end | |
37 |