Declared in NSMutableArray+TKCategory.h
NSMutableArray+TKCategory.m

Overview

Additional functionality for NSMutableArray.

Instance Methods

removeFirstObject

Remove first object.

- (void)removeFirstObject

Declared In

NSMutableArray+TKCategory.h

shuffle

Shuffles the order of the objects.

- (void)shuffle

Declared In

NSMutableArray+TKCategory.h