// // NSArray+Additions.h // popquizshow // // Created by Ronny Fenrich on 2012-11-14. // Copyright (c) 2012 Kyle Langille. All rights reserved. // #import // This category enhances NSMutableArray by providing // methods to randomly shuffle the elements. @interface NSMutableArray (Additions) - (void)shuffle; @end