Skip to content

Instantly share code, notes, and snippets.

@talentless
Created February 15, 2012 16:54
Show Gist options
  • Save talentless/1837273 to your computer and use it in GitHub Desktop.
Save talentless/1837273 to your computer and use it in GitHub Desktop.
NSMutableArray_Shuffling header
#import <Foundation/Foundation.h>
@interface NSMutableArray (Shuffling)
-(void) shuffle;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment