X-Git-Url: https://git.saurik.com/iphone-api.git/blobdiff_plain/f8d8a1a9bf3e8cbbb8a04dacfcd3257f1d560b63..2cd8f71baf5b8e3f2fc334a69a08a31948c2bd7c:/MediaPlayer/MPAlternateTracksViewController.h diff --git a/MediaPlayer/MPAlternateTracksViewController.h b/MediaPlayer/MPAlternateTracksViewController.h new file mode 100644 index 0000000..97ae26a --- /dev/null +++ b/MediaPlayer/MPAlternateTracksViewController.h @@ -0,0 +1,50 @@ +/* + * Generated by class-dump 3.1.2. + * + * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard. + */ + +#import + +@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 +