Index Hierarchy NSMutableArray(StackAdditions) Category Reference Declared in NSMutableArray+StackAdditions.h Overview NSMutableArray+StackAdditions adds a queue interface to NSMutableArrays Tasks – push: Push an item onto the stack – pop Pop an item from the stack Instance Methods pop Pop an item from the stack - (id)pop Discussion Pop an item from the stack Declared In NSMutableArray+StackAdditions.h push: Push an item onto the stack - (void)push:(id)item Parameters item The item push Discussion Push an item onto the stack Declared In NSMutableArray+StackAdditions.h Index Hierarchy