]> git.saurik.com Git - iphone-api.git/blob - SpringBoard-2.0/SBNowPlayingAlertItem.h
Commit the ChatKit folder (for WinterBoard).
[iphone-api.git] / SpringBoard-2.0 / SBNowPlayingAlertItem.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 #import "UIModalViewDelegate-Protocol.h"
10
11 @interface SBNowPlayingAlertItem : SBAlertItem <UIModalViewDelegate>
12 {
13 unsigned int _seeked:1;
14 unsigned int _deferLayout:1;
15 unsigned int _needsLayout:1;
16 }
17
18 + (id)currentInstance;
19 + (BOOL)hasCurrentInstance;
20 - (id)init;
21 - (id)createCenteredLabel:(BOOL)fp8;
22 - (void)_updateLabelWithTag:(int)fp8 text:(id)fp12 faded:(BOOL)fp16 cursor:(float *)fp20 sheet:(id)fp24;
23 - (void)updateInformation:(BOOL)fp8;
24 - (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12 tag:(int)fp16;
25 - (id)alertSheet;
26 - (void)willActivate;
27 - (void)willDeactivateForReason:(int)fp8;
28 - (BOOL)allowMenuButtonDismissal;
29 - (void)configure:(BOOL)fp8 requirePasscodeForActions:(BOOL)fp12;
30 - (void)alertSheet:(id)fp8 buttonClicked:(int)fp12;
31 - (void)willPresentModalView:(id)fp8;
32 - (void)didPresentModalView:(id)fp8;
33 - (void)_clearSeekedFlag:(id)fp8;
34 - (void)_controlButtonAction:(id)fp8;
35 - (void)_volumeChange:(id)fp8;
36 - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12;
37 - (double)viewTouchPauseThreshold:(id)fp8;
38 - (void)_registerForNowPlayingNotifications;
39 - (void)_unregisterForNowPlayingNotifications;
40 - (void)_registerForVolumeNotifications;
41 - (void)_unregisterForVolumeNotifications;
42 - (void)_nowPlayingChanged:(id)fp8;
43 - (void)_systemVolumeChanged:(id)fp8;
44
45 @end
46