]> git.saurik.com Git - iphone-api.git/blame - Celestial/AVTimeMarkerObservation.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / Celestial / AVTimeMarkerObservation.h
CommitLineData
2cd8f71b
JF
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 NSArray;
10
11@interface AVTimeMarkerObservation : NSObject
12{
13 id _observer;
14 NSArray *_times;
15 id _context;
16 int _currentIndex;
17}
18
19- (id)initWithObserver:(id)fp8 times:(id)fp12 context:(id)fp16 currentIndex:(int)fp20;
20- (void)dealloc;
21- (BOOL)gotoTime:(double)fp8;
22- (double)nextInterestingTime;
23- (double)prevInterestingTime;
24- (id)observer;
25- (id)context;
26- (int)currentIndex;
27
28@end
29