]>
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 "SBAlertItem.h" | |
8 | ||
9 | @interface SBLowPowerAlertItem : SBAlertItem | |
10 | { | |
11 | unsigned int _talkMinutesLeft; | |
12 | unsigned int _talkLevel; | |
13 | } | |
14 | ||
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; | |
27 | - (BOOL)undimsScreen; | |
28 | ||
29 | @end | |
30 |