]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.1/SBRingingAlertItem.h
Commit the SpringBoard folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.1 / SBRingingAlertItem.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 "SBAlertItem.h"
8
9 @class AVController, NSTimer;
10
11 @interface SBRingingAlertItem : SBAlertItem
12 {
13 AVController *_avController;
14 NSTimer *_autoMuteTimer;
15 }
16
17 - (id)soundIdentifier;
18 - (id)_avController;
19 - (id)avClientName;
20 - (id)avAudioCategory;
21 - (id)avClientPriority;
22 - (BOOL)shouldShowInEmergencyCall;
23 - (BOOL)dismissOnLock;
24 - (float)lockLabelFontSize;
25 - (void)willPresentAlertSheet:(id)fp8;
26 - (void)startRingingAndVibrating;
27 - (void)_stopAutoMuteTimer;
28 - (void)_autoMute:(id)fp8;
29 - (void)autoMute;
30 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
31 - (void)willDeactivateForReason:(int)fp8;
32 - (void)stopRingingAndVibrating;
33 - (void)dealloc;
34
35 @end
36