]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPVolumeSlider.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPVolumeSlider.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 "UISlider.h"
8
9 @class NSString, NSTimer;
10
11 @interface MPVolumeSlider : UISlider
12 {
13 NSTimer *_commitTimer;
14 struct {
15 unsigned int insideVolumeNotificationChange:1;
16 } _volumeSliderBitfield;
17 NSString *_volumeAudioCategory;
18 }
19
20 - (id)initWithFrame:(struct CGRect)fp8;
21 - (void)dealloc;
22 - (float)minimumValue;
23 - (float)maximumValue;
24 - (id)createThumbView;
25 - (BOOL)beginTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
26 - (void)endTrackingWithTouch:(id)fp8 withEvent:(id)fp12;
27 - (void)didMoveToSuperview;
28 - (id)volumeAudioCategory;
29 - (void)setVolumeAudioCategory:(id)fp8;
30 - (void)_updateVolumeFromAVSystemController;
31 - (void)_commitVolumeChange;
32 - (void)_systemVolumeDidChange:(id)fp8;
33
34 @end
35