2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import "UIImageView.h"
9 @
class MPItem
, MPProgressIndicator
, UIPushButton
, UITextLabel
;
11 @interface MPPortraitControlsOverlay
: UIImageView
15 MPProgressIndicator
*_progressControl
;
16 UIPushButton
*_repeatButton
;
17 UIPushButton
*_shuffleButton
;
18 UITextLabel
*_trackInfoLabel
;
19 double _progressOffset
;
20 unsigned int _visibleParts
;
21 unsigned int _wantsTick
:1;
26 - (void)didMoveToSuperview
;
27 - (void)layoutSubviews
;
31 - (void)setItem
:(id
)fp8
;
32 - (void)setVisibleParts
:(unsigned int)fp8
;
33 - (void)_repeatButton
:(id
)fp8
;
34 - (void)_shuffleButton
:(id
)fp8
;
35 - (void)progressIndicator
:(id
)fp8 seekedToValue
:(unsigned int)fp12
;
36 - (void)progressIndicatorBeganSeeking
:(id
)fp8
;
37 - (void)progressIndicatorFinishedSeeking
:(id
)fp8
;
38 - (void)_contentsChangedNotification
:(id
)fp8
;
39 - (void)_crossedTimeMarkerNotification
:(id
)fp8
;
40 - (void)_tickNotification
:(id
)fp8
;
41 - (id
)_createButtonWithImage
:(id
)fp8 action
:(SEL
)fp12
;
42 - (void)_initializeControls
;
43 - (id
)_repeatButtonImage
;
44 - (unsigned int)_repeatType
;
45 - (void)_setCurrentTime
:(double)fp8
;
46 - (id
)_shuffleButtonImage
;
47 - (unsigned int)_shuffleType
;
49 - (unsigned int)visibleParts
;
52 - (void)setDelegate
:(id
)fp8
;