]> git.saurik.com Git - iphone-api.git/blame_incremental - UIKit/UIKeyboardKeyView.h
This one only took me maybe a half hour to find.
[iphone-api.git] / UIKit / UIKeyboardKeyView.h
... / ...
CommitLineData
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/UIView.h>
8
9@class NSString;
10
11@interface UIKeyboardKeyView : UIView
12{
13 int m_orientation;
14 int m_type;
15 int m_state;
16 int m_style;
17 int m_mode;
18 NSString *m_labelID;
19 int m_labelAdjustmentX;
20 int m_labelAdjustmentY;
21}
22
23- (id)initWithFrame:(struct CGRect)fp8 orientation:(int)fp24 style:(int)fp28;
24- (struct __CFData *)createCacheKey;
25- (id)image;
26- (int)type;
27- (void)setType:(int)fp8;
28- (int)state;
29- (void)setState:(int)fp8;
30- (int)style;
31- (void)setStyle:(int)fp8;
32- (int)mode;
33- (void)setMode:(int)fp8;
34- (void)drawRect:(struct CGRect)fp8;
35- (id)labelID;
36- (void)setLabelID:(id)fp8;
37
38@end
39