2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <UIKit/UIView.h>
9 @
class SBStatusBar
, SBStatusBarAirPortView
, SBStatusBarBatteryView
, SBStatusBarBluetoothBatteryView
, SBStatusBarBluetoothView
, SBStatusBarCarrierView
, SBStatusBarIndicatorsView
, SBStatusBarNoServiceView
, SBStatusBarProgressView
, SBStatusBarSignalView
, SBStatusBarTimeView
, SBStatusBarVPNView
;
11 @interface SBStatusBarContentsView
: UIView
13 SBStatusBar
*_statusBar
;
16 BOOL _enteringAirplaneMode
;
17 UIView
*_lockIconView
;
18 SBStatusBarTimeView
*_timeView
;
19 SBStatusBarBatteryView
*_batteryView
;
20 SBStatusBarSignalView
*_signalView
;
21 SBStatusBarCarrierView
*_carrierView
;
22 SBStatusBarIndicatorsView
*_indicatorsView
;
23 SBStatusBarAirPortView
*_airPortView
;
24 SBStatusBarNoServiceView
*_noServiceView
;
25 SBStatusBarBluetoothView
*_bluetoothView
;
26 SBStatusBarProgressView
*_progressView
;
27 SBStatusBarBluetoothBatteryView
*_bluetoothBatteryView
;
28 SBStatusBarVPNView
*_vpnView
;
31 + (float)contentAlphaForMode
:(int)fp8
;
32 - (id
)initWithStatusBar
:(id
)fp8 mode
:(int)fp12
;
35 - (void)buildContentViews
;
36 - (void)updateContentViewsAlpha
;
37 - (void)reflowContentViewsNow
;
38 - (void)reflowContentViews
:(BOOL
)fp8
;
39 - (void)reflowContentViews
;
42 - (void)bluetoothBatteryAvailabilityChanged
;
45 - (void)updateClockFormat
;
46 - (void)setShowsService
:(BOOL
)fp8 SIMStatus
:(id
)fp12
;
47 - (void)significantTimeChange
;
48 - (void)signalFormatChanged
;
49 - (void)customTextChanged
;
50 - (void)progressChanged
;
52 - (void)setAirPortStrength
:(int)fp8
;
53 - (void)setShowsAirPort
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
54 - (void)indicatorsChanged
;
55 - (void)airplaneModeAnimationFinished
:(id
)fp8
;
56 - (void)setIsInAirplaneMode
:(BOOL
)fp8 animate
:(BOOL
)fp12 ignoreAirPortPower
:(BOOL
)fp16
;
57 - (void)setIsInAirplaneMode
:(BOOL
)fp8 animate
:(BOOL
)fp12
;
58 - (void)loopCarrierNameIfNecessary
;