]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBStatusBarContentView.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBStatusBarContentView.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 SBStatusBarContentsView;
10
11 @interface SBStatusBarContentView : UIView
12 {
13 SBStatusBarContentsView *_contentsView;
14 int _mode;
15 }
16
17 - (id)initWithContentsView:(id)fp8;
18 - (id)initWithFrame:(struct CGRect)fp8;
19 - (void)setMode:(int)fp8;
20 - (int)effectiveModeForImages;
21 - (void)start;
22 - (void)stop;
23 - (struct __GSFont *)textFont;
24 - (void)drawText:(id)fp8 atPoint:(struct CGPoint)fp12 forWidth:(float)fp20 lineBreakMode:(int)fp24;
25 - (void)enableShadow;
26
27 @end
28