--- /dev/null
+/*
+ * Generated by class-dump 3.1.2.
+ *
+ * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
+ */
+
+#import "NSObject.h"
+
+@class NSMutableArray, NSRecursiveLock;
+
+@interface AVQueue : NSObject
+{
+ NSRecursiveLock *_mutex;
+ NSMutableArray *_items;
+ void *_reserved;
+ unsigned int _flags;
+}
+
++ (id)avQueue;
++ (id)queueWithArray:(id)fp8 error:(id *)fp12;
+- (id)initWithError:(id *)fp8;
+- (id)init;
+- (id)initWithArray:(id)fp8 error:(id *)fp12;
+- (void)dealloc;
+- (int)_instantiateItem;
+- (unsigned int)itemCount;
+- (id)itemAtIndex:(unsigned int)fp8;
+- (unsigned int)indexOfItem:(id)fp8;
+- (id)itemAfterItem:(id)fp8;
+- (BOOL)appendItemsFromArray:(id)fp8 error:(id *)fp12;
+- (BOOL)appendItem:(id)fp8 error:(id *)fp12;
+- (void)itemWasAdded:(id)fp8 atIndex:(int)fp12;
+- (BOOL)insertItem:(id)fp8 atIndex:(unsigned int)fp12 error:(id *)fp16;
+- (BOOL)insertItem:(id)fp8 afterItem:(id)fp12 error:(id *)fp16;
+- (void)itemWillBeRemoved:(id)fp8 atIndex:(int)fp12;
+- (BOOL)removeItem:(id)fp8;
+- (BOOL)removeItemAtIndex:(unsigned int)fp8;
+- (void)removeItemsInRange:(struct _NSRange)fp8;
+- (void)removeAllItems;
+
+@end
+