]> git.saurik.com Git - iphone-api.git/blobdiff - Celestial/AVFileValidator.h
Adding numerous class dumps.
[iphone-api.git] / Celestial / AVFileValidator.h
diff --git a/Celestial/AVFileValidator.h b/Celestial/AVFileValidator.h
new file mode 100644 (file)
index 0000000..97f0ec7
--- /dev/null
@@ -0,0 +1,30 @@
+/*
+ *     Generated by class-dump 3.1.2.
+ *
+ *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@interface AVFileValidator : NSObject
+{
+    struct AVFileValidatorPrivate *_priv;
+}
+
+- (id)initWithURL:(id)fp8;
+- (void)dealloc;
+- (id)url;
+- (void)setUrl:(id)fp8;
+- (id)byteStream;
+- (void)fileCheckResult:(id)fp8;
+- (void)refMovieResolved:(id)fp8;
+- (void)refMovieLeaf:(id)fp8;
+- (void)streamOpened:(id)fp8;
+- (void)streamFailed:(id)fp8;
+- (void)validate;
+- (void)cancel;
+- (BOOL)isCompleted;
+- (float)progress;
+
+@end
+