NSMutableArray(fifoQueue) Category Reference
| Declared in | NSMutableArray+fifoQueue.h NSMutableArray+fifoQueue.m  | 
|---|
– push:
	Push object to the back of the queue.
- (void)push:(id)anObjectParameters
anObject | 
						Object to push.  | 
					
|---|
Discussion
Push object to the back of the queue.
Declared In
NSMutableArray+fifoQueue.h
– pop
	Pop object from the front of the queue.
- (id)popReturn Value
object from the front of the queue.
Discussion
Pop object from the front of the queue.
Declared In
NSMutableArray+fifoQueue.h