2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
9 @
class MPItem
, MPPortraitControlsOverlay
, MPTextView
;
11 @interface MPPortraitInfoOverlay
: UIView
15 unsigned int _visibleParts
;
16 MPPortraitControlsOverlay
*_controlsView
;
17 MPTextView
*_displayableTextView
;
18 unsigned int _transitioning
:1;
21 - (id
)initWithFrame
:(struct CGRect
)fp8
;
23 - (void)didMoveToSuperview
;
24 - (void)didTransition
;
26 - (void)layoutSubviews
;
29 - (void)willTransition
;
30 - (void)setAlpha
:(float)fp8
;
31 - (void)setItem
:(id
)fp8
;
32 - (void)setVisibleParts
:(unsigned int)fp8
;
33 - (void)textView
:(id
)fp8 handleTapWithCount
:(int)fp12 event
:(struct __GSEvent
*)fp16
;
34 - (void)_displayableTextRemovalAnimationDidStop
;
35 - (void)_hideSnapshotAnimationFinished
;
36 - (void)_displayableTextAvailable
:(id
)fp8
;
37 - (void)_playbackStateChanged
:(id
)fp8
;
39 - (id
)_displayableTextView
;
40 - (void)_hideControlsAndTextView
;
41 - (void)_reloadDisplayableTextViewForItem
:(id
)fp8 animate
:(BOOL
)fp12
;
42 - (void)_removeDisplayableTextWithAnimation
:(BOOL
)fp8
;
44 - (void)_updateDisplayableTextViewForItem
:(id
)fp8 animate
:(BOOL
)fp12
;
45 - (unsigned int)visibleParts
;
48 - (void)setDelegate
:(id
)fp8
;