]> git.saurik.com Git - iphone-api.git/blob - MediaPlayer/MPTimeMarker.h
Add some extra comments that only saurik wants to see.
[iphone-api.git] / MediaPlayer / MPTimeMarker.h
1 /*
2 * Generated by class-dump 3.1.2.
3 *
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
5 */
6
7 #import "NSObject.h"
8
9 @class NSString;
10
11 @interface MPTimeMarker : NSObject
12 {
13 double _duration;
14 unsigned int _index;
15 id _thumbnail;
16 double _time;
17 NSString *_title;
18 int _chapterProperty;
19 }
20
21 - (id)initWithChapterProperty:(int)fp8;
22 - (id)description;
23 - (void)dealloc;
24 - (double)comparableTime;
25 - (int)chapterProperty;
26 - (id)title;
27 - (void)setTitle:(id)fp8;
28 - (double)time;
29 - (void)setTime:(double)fp8;
30 - (id)thumbnail;
31 - (void)setThumbnail:(id)fp8;
32 - (unsigned int)index;
33 - (void)setIndex:(unsigned int)fp8;
34 - (double)duration;
35 - (void)setDuration:(double)fp8;
36
37 @end
38