]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.0/SBBatteryChargingView.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBBatteryChargingView.h
CommitLineData
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 UIImage, UIImageView;
10
11@interface SBBatteryChargingView : UIView
12{
13 int _type;
14 UIImageView *_topBatteryView;
15 UIImageView *_bottomBatteryView;
16 UIImageView *_reflectionView;
17 UIImage *_lastBatteryImage;
18 int _lastBatteryIndex;
19 unsigned int _showReflection:1;
20}
21
22+ (struct CGSize)defaultSizeForType:(int)fp8;
23+ (float)batteryHeightForType:(int)fp8;
24+ (int)redChargeIndexForType:(int)fp8;
25- (id)initWithFrame:(struct CGRect)fp8 type:(int)fp24;
26- (void)dealloc;
27- (void)setShowsReflection:(BOOL)fp8;
28- (int)_currentBatteryIndex;
29- (id)_imageFormatString;
30- (void)_batteryStatusChanged:(id)fp8;
31
32@end
33