]>
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 "UIView.h" | |
8 | ||
9 | @class SBStatusBarBatteryView; | |
10 | ||
11 | @interface SBActivationView : UIView | |
12 | { | |
13 | UIView *_backgroundView; | |
14 | SBStatusBarBatteryView *_batteryView; | |
15 | int _mode; | |
16 | } | |
17 | ||
18 | - (id)initWithFrame:(struct CGRect)fp8 mode:(int)fp24; | |
19 | - (int)mode; | |
20 | - (void)dealloc; | |
21 | ||
22 | @end | |
23 |