]> git.saurik.com Git - iphone-api.git/blob - Celestial/AVArrayQueueFeeder.h
Add MobileSMS for NickP.
[iphone-api.git] / Celestial / AVArrayQueueFeeder.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 <Celestial/AVQueueFeeder.h>
8
9 @class NSMutableArray;
10
11 @interface AVArrayQueueFeeder : AVQueueFeeder
12 {
13 NSMutableArray *_items;
14 }
15
16 - (id)init;
17 - (id)initWithArray:(id)fp8;
18 - (void)dealloc;
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;
24
25 @end
26