Add support for new WinterBoard Settings features.
[iphone-api.git] / SpringBoard-2.0 / SBAlarmAlertItem.h
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 "SBRingingAlertItem.h"
8
9 @class Alarm;
10
11 @interface SBAlarmAlertItem : SBRingingAlertItem
12 {
13 Alarm *_alarm;
14 BOOL _snoozeAlarm;
15 }
16
17 - (id)initWithAlarm:(id)fp8;
18 - (void)dealloc;
19 - (void)setAlarm:(id)fp8;
20 - (id)alarm;
21 - (BOOL)allowsSnooze;
22 - (void)startSnoozingAndDeactivate;
23 - (void)autoMute;
24 - (void)willDeactivateForReason:(int)fp8;
25 - (id)lockLabel;
26 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
27 - (id)soundIdentifier;
28 - (id)avClientName;
29 - (id)avAudioCategory;
30 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
31
32 @end
33