--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "UIImageView.h"
+
+@class MPItem, MPProgressIndicator, UIPushButton, UITextLabel;
+
+@interface MPPortraitControlsOverlay : UIImageView
+{
+ id _delegate;
+ MPItem *_item;
+ MPProgressIndicator *_progressControl;
+ UIPushButton *_repeatButton;
+ UIPushButton *_shuffleButton;
+ UITextLabel *_trackInfoLabel;
+ double _progressOffset;
+ unsigned int _visibleParts;
+ unsigned int _wantsTick:1;
+}
+
+- (id)init;
+- (void)dealloc;
+- (void)didMoveToSuperview;
+- (void)layoutSubviews;
+- (void)reloadView;
+- (void)startTicking;
+- (void)stopTicking;
+- (void)setItem:(id)fp8;
+- (void)setVisibleParts:(unsigned int)fp8;
+- (void)_repeatButton:(id)fp8;
+- (void)_shuffleButton:(id)fp8;
+- (void)progressIndicator:(id)fp8 seekedToValue:(unsigned int)fp12;
+- (void)progressIndicatorBeganSeeking:(id)fp8;
+- (void)progressIndicatorFinishedSeeking:(id)fp8;
+- (void)_contentsChangedNotification:(id)fp8;
+- (void)_crossedTimeMarkerNotification:(id)fp8;
+- (void)_tickNotification:(id)fp8;
+- (id)_createButtonWithImage:(id)fp8 action:(SEL)fp12;
+- (void)_initializeControls;
+- (id)_repeatButtonImage;
+- (unsigned int)_repeatType;
+- (void)_setCurrentTime:(double)fp8;
+- (id)_shuffleButtonImage;
+- (unsigned int)_shuffleType;
+- (BOOL)_shuffleIsOn;
+- (unsigned int)visibleParts;
+- (id)item;
+- (id)delegate;
+- (void)setDelegate:(id)fp8;
+
+@end
+