]>
Commit | Line | Data |
---|---|---|
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/UIKeyboardKeyView.h> | |
8 | ||
9 | @class NSString; | |
10 | ||
11 | @interface UIKeyboardGenericKeyView : UIKeyboardKeyView | |
12 | { | |
13 | id _target; | |
14 | SEL _action; | |
15 | NSString *_label; | |
16 | int _location; | |
17 | BOOL _isMouseInside; | |
18 | } | |
19 | ||
20 | - (id)initWithFrame:(struct CGRect)fp8 target:(id)fp24 action:(SEL)fp28; | |
21 | - (void)setLabel:(id)fp8; | |
22 | - (void)setLocation:(int)fp8; | |
23 | - (id)localizedString; | |
24 | - (struct __CFData *)createCacheKey; | |
25 | - (id)image; | |
26 | - (void)mouseDown:(struct __GSEvent *)fp8; | |
27 | - (void)mouseUp:(struct __GSEvent *)fp8; | |
28 | ||
29 | @end | |
30 |