]>
Commit | Line | Data |
---|---|---|
298474e0 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/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 |