--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIAlertView.h"
+
+#import "UIModalViewDelegate-Protocol.h"
+
+@class NSString;
+
+@interface MPVolumeAlertView : UIAlertView <UIModalViewDelegate>
+{
+ unsigned int _registeredForOrientationChanges:1;
+ NSString *_volumeAudioCategory;
+}
+
+- (void)dealloc;
+- (id)_volumeView;
+- (void)setVolumeAudioCategory:(id)fp8;
+- (void)show;
+- (void)statusBarOrientationWillChangeNotification:(id)fp8;
+- (void)layout;
+- (void)modalView:(id)fp8 didDismissWithButtonIndex:(int)fp12;
+
+@end
+