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 MediaDetailScrubberControl
;
11 @interface MPProgressIndicator
: UIView
13 MediaDetailScrubberControl
*_scrubberControl
;
14 unsigned int _duration
;
15 unsigned int _elapsed
;
19 BOOL _scheduledDelayedCommit
;
20 double _nextValidUpdateDate
;
21 double _scheduledDelayedCommitDurationRemaining
;
22 double _scheduledDelayedCommitSetupTime
;
25 + (float)defaultHeight
;
26 - (id
)initWithFrame
:(struct CGRect
)fp8
;
28 - (void)_itemChangedNotification
:(id
)fp8
;
29 - (void)_ignoreElapsedTimeUpdatesForALittleBit
:(float)fp8
;
31 - (void)_delayedDoCommitNow
;
33 - (void)scrubberControl
:(id
)fp8 didEnterScrubbingState
:(BOOL
)fp12
;
34 - (void)scrubberControl
:(id
)fp8 didChangeToScrubValue
:(float)fp12
;
35 - (void)cancelTracking
;
36 - (void)setDuration
:(unsigned int)fp8
;
37 - (unsigned int)duration
;
38 - (void)setDelegate
:(id
)fp8
;
39 - (void)setElapsedTime
:(unsigned int)fp8 offset
:(unsigned int)fp12 force
:(BOOL
)fp16
;