]> git.saurik.com Git - iphone-api.git/blame - SpringBoard-2.1/SBLowPowerAlertItem.h
This one only took me maybe a half hour to find.
[iphone-api.git] / SpringBoard-2.1 / SBLowPowerAlertItem.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 "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+ (unsigned int)_thresholdForLevel:(unsigned int)fp8;
18+ (BOOL)_shouldIgnoreChangeToBatteryLevel:(unsigned int)fp8;
19+ (void)setBatteryLevel:(unsigned int)fp8;
20- (id)initWithTalkTimeLeft:(unsigned int)fp8 level:(unsigned int)fp12;
21- (void)willPresentAlertSheet:(id)fp8;
22- (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
23- (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
24- (BOOL)shouldShowInLockScreen;
25- (BOOL)shouldShowInEmergencyCall;
26- (BOOL)undimsScreen;
27
28@end
29