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 "SBAlertItem.h"
9 @interface SBLowPowerAlertItem
: SBAlertItem
11 unsigned int _talkMinutesLeft
;
12 unsigned int _talkLevel
;
15 + (id
)systemVersionDescription
;
16 + (void)saveLowBatteryLogWithCapacity
:(int)fp8
;
17 + (void)savePowerDiagnosisLogWithCurrentCapacity
:(int)fp8 startCapacity
:(int)fp12
;
18 + (unsigned int)_thresholdForLevel
:(unsigned int)fp8
;
19 + (BOOL
)_shouldIgnoreChangeToBatteryLevel
:(unsigned int)fp8
;
20 + (void)setBatteryLevel
:(unsigned int)fp8
;
21 - (id
)initWithTalkTimeLeft
:(unsigned int)fp8 level
:(unsigned int)fp12
;
22 - (void)willPresentAlertSheet
:(id
)fp8
;
23 - (void)configure
:(BOOL
)fp8 requirePasscodeForActions
:(BOOL
)fp12
;
24 - (void)alertSheet
:(id
)fp8 buttonClicked
:(int)fp12
;
25 - (BOOL
)shouldShowInLockScreen
;
26 - (BOOL
)shouldShowInEmergencyCall
;