]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIAccentedKeyCapStringView.h
Added some SpringBoardServices work from ashikase.
[iphone-api.git] / UIKit / UIAccentedKeyCapStringView.h
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 NSArray;
10
11 @interface UIAccentedKeyCapStringView : UIView
12 {
13 BOOL m_selectedMode;
14 int m_expansion;
15 int m_orientation;
16 float m_stringWidth;
17 NSArray *m_caps;
18 }
19
20 - (void)dealloc;
21 - (void)setSelectedMode:(BOOL)fp8;
22 - (void)setCaps:(id)fp8;
23 - (void)setExpansion:(int)fp8;
24 - (void)setOrientation:(int)fp8;
25 - (void)setStringWidth:(float)fp8;
26 - (void)drawRect:(struct CGRect)fp8;
27
28 @end
29