]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPVolumeAlertView.h
Merge branch 'master' of git@git.saurik.com:iphone-api
[iphone-api.git] / MediaPlayer / MPVolumeAlertView.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 "UIAlertView.h"
8
9 #import "UIModalViewDelegate-Protocol.h"
10
11 @class NSString;
12
13 @interface MPVolumeAlertView : UIAlertView <UIModalViewDelegate>
14 {
15 unsigned int _registeredForOrientationChanges:1;
16 NSString *_volumeAudioCategory;
17 }
18
19 - (void)dealloc;
20 - (id)_volumeView;
21 - (void)setVolumeAudioCategory:(id)fp8;
22 - (void)show;
23 - (void)statusBarOrientationWillChangeNotification:(id)fp8;
24 - (void)layout;
25 - (void)modalView:(id)fp8 didDismissWithButtonIndex:(int)fp12;
26
27 @end
28