]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVRefMovieParser.h
Add MobileSMS for NickP.
[iphone-api.git] / Celestial / AVRefMovieParser.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 AVByteStream, NSThread, NSURL;
10
11 @interface AVRefMovieParser : NSObject
12 {
13 NSURL *_url;
14 AVByteStream *_byteStream;
15 NSThread *_processingThread;
16 }
17
18 - (id)initWithURL:(id)fp8 byteStream:(id)fp12;
19 - (void)dealloc;
20 - (void)work:(id)fp8;
21 - (void)parse;
22 - (void)cancel;
23
24 @end
25