2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class UIImage
, UIImageView
;
11 @interface SBBatteryChargingView
: UIView
14 UIImageView
*_topBatteryView
;
15 UIImageView
*_bottomBatteryView
;
16 UIImageView
*_reflectionView
;
17 UIImage
*_lastBatteryImage
;
18 int _lastBatteryIndex
;
19 unsigned int _showReflection
:1;
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
;
27 - (void)setShowsReflection
:(BOOL
)fp8
;
28 - (int)_currentBatteryIndex
;
29 - (id
)_imageFormatString
;
30 - (void)_batteryStatusChanged
:(id
)fp8
;