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 <MediaPlayer/MPPlayingIndicatorTableCell.h>
11 @interface MPVideoChapterCell
: MPPlayingIndicatorTableCell
13 MPTimeMarker
*_marker
;
15 float _timeColumnWidth
;
16 unsigned int _showThumbnailColumn
:1;
19 - (id
)initWithFrame
:(struct CGRect
)fp8
;
21 - (void)drawBackgroundInRect
:(struct CGRect
)fp8 withFade
:(float)fp24
;
22 - (void)drawContentInRect
:(struct CGRect
)fp8 selected
:(BOOL
)fp24
;
23 - (void)layoutSubviews
;
24 - (void)setIndex
:(unsigned int)fp8
;
25 - (void)setShowThumbnailColumn
:(BOOL
)fp8
;
26 - (void)setChapterTimeMarker
:(id
)fp8
;
27 - (void)setTimeColumnWidth
:(float)fp8
;
28 - (struct CGPoint
)indicatorPoint
;
29 - (void)_addThumbnailIfNecessary
:(id
)fp8
;
30 - (void)_removeThumbnailIfNecessary
:(id
)fp8
;