]>
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 "UIView.h" | |
8 | ||
9 | @class UIPushButton, UIScrubberControl; | |
10 | ||
11 | @interface SBAwayMediaControlsView : UIView | |
12 | { | |
13 | unsigned int _seeked:1; | |
14 | UIPushButton *_prevButton; | |
15 | UIPushButton *_nextButton; | |
16 | UIPushButton *_playPauseButton; | |
17 | UIScrubberControl *_slider; | |
18 | } | |
19 | ||
20 | - (id)initWithFrame:(struct CGRect)fp8; | |
21 | - (void)dealloc; | |
22 | - (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12 tag:(int)fp16; | |
23 | - (void)layoutSubviews; | |
24 | - (void)_updateInformation; | |
25 | - (void)setAlpha:(float)fp8; | |
26 | - (void)_clearSeekedFlag:(id)fp8; | |
27 | - (void)_controlButtonAction:(id)fp8; | |
28 | - (void)_volumeChange:(id)fp8; | |
29 | - (void)viewHandleTouchPause:(id)fp8 isDown:(BOOL)fp12; | |
30 | - (double)viewTouchPauseThreshold:(id)fp8; | |
31 | - (void)_registerForNowPlayingNotifications; | |
32 | - (void)_unregisterForNowPlayingNotifications; | |
33 | - (void)_registerForVolumeNotifications; | |
34 | - (void)_unregisterForVolumeNotifications; | |
35 | - (void)_nowPlayingChanged:(id)fp8; | |
36 | - (void)_systemVolumeChanged:(id)fp8; | |
37 | ||
38 | @end | |
39 |