]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBStatusWindow.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBStatusWindow.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 "UIWindow.h"
8
9 @class UIView;
10
11 @interface SBStatusWindow : UIWindow
12 {
13 int _orientation;
14 UIView *_holderView;
15 }
16
17 + (struct CGRect)constrainFrameToScreen:(struct CGRect)fp8;
18 - (BOOL)isOpaque;
19 - (id)initWithFrame:(struct CGRect)fp8;
20 - (int)orientation;
21 - (void)setOrientation:(int)fp8;
22 - (id)holderView;
23
24 @end
25