+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import <MediaPlayer/MPViewController.h>
+
+@class UINavigationBar, UIPreferencesTable, UIProgressIndicator, UITextLabel, UIView;
+
+@interface MPAlternateTracksViewController : MPViewController
+{
+ UIView *_backgroundView;
+ UINavigationBar *_navigationBar;
+ UIPreferencesTable *_table;
+ UIProgressIndicator *_progressIndicator;
+ UITextLabel *_loadingLabel;
+ unsigned int _selectedTracks[2];
+ unsigned int _previousTracks[2];
+}
+
+- (id)init;
+- (void)dealloc;
+- (void)didChangeToOrientation:(int)fp8;
+- (void)willChangeToOrientation:(int)fp8;
+- (void)viewWillAppear:(BOOL)fp8;
+- (void)viewDidDisappear:(BOOL)fp8;
+- (void)loadView;
+- (void)_alternateTypesChangedNotification:(id)fp8;
+- (void)navigationBar:(id)fp8 buttonClicked:(int)fp12;
+- (void)tableRowSelected:(id)fp8;
+- (int)numberOfGroupsInPreferencesTable:(id)fp8;
+- (int)preferencesTable:(id)fp8 numberOfRowsInGroup:(int)fp12;
+- (id)preferencesTable:(id)fp8 cellForRow:(int)fp12 inGroup:(int)fp16;
+- (BOOL)preferencesTable:(id)fp8 isRadioGroup:(int)fp12;
+- (id)preferencesTable:(id)fp8 titleForGroup:(int)fp12;
+- (id)preferencesTable:(id)fp8 cellForGroup:(int)fp12;
+- (float)preferencesTable:(id)fp8 heightForRow:(int)fp12 inGroup:(int)fp16 withProposedHeight:(float)fp20;
+- (id)_alternateTracks;
+- (id)_arrayForGroup:(int)fp8;
+- (void)_addLoadingUI;
+- (unsigned int)_indexForGroup:(int)fp8;
+- (void)_reloadData;
+- (void)_removeLoadingUI;
+- (void)_saveChanges;
+- (id)_titleForTrack:(id)fp8;
+- (unsigned int)_typeForGroup:(int)fp8;
+
+@end
+