]> git.saurik.com Git - iphone-api.git/blob - UIKit/UIKeyboardLanguageIndicator.h
Minor commit for Optimo.
[iphone-api.git] / UIKit / UIKeyboardLanguageIndicator.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 UIImage;
10
11 @interface UIKeyboardLanguageIndicator : UIView
12 {
13 UIImage *m_image;
14 float m_textSize;
15 int m_style;
16 }
17
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)dealloc;
20 - (void)setBackgroundImage:(id)fp8;
21 - (void)setTextSize:(float)fp8;
22 - (void)setStyle:(int)fp8;
23 - (void)fade;
24 - (void)drawRect:(struct CGRect)fp8;
25
26 @end
27