2 * Generated by class-dump 3.1.2.
4 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
7 #import <Celestial/AVQueueFeeder.h>
11 @interface AVArrayQueueFeeder
: AVQueueFeeder
13 NSMutableArray
*_items
;
17 - (id
)initWithArray
:(id
)fp8
;
19 - (unsigned int)numberOfPaths
;
20 - (id
)pathAtIndex
:(unsigned int)fp8
;
21 - (void)insertObject
:(id
)fp8 atIndex
:(unsigned int)fp12
;
22 - (void)removeObjectAtIndex
:(unsigned int)fp8
;
23 - (void)shuffleWithCurrentIndex
:(unsigned int)fp8
;