From bf6c97cdee2264656211126ee01066c3c5d4bd8d Mon Sep 17 00:00:00 2001 From: Ronny Fenrich Date: Thu, 13 Jun 2013 13:40:44 -0600 Subject: added Xcode project and converted to CocoaPods (added a bunch of libraries) --- Volta/Additions/NSMutableArray+Additions.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Volta/Additions/NSMutableArray+Additions.h (limited to 'Volta/Additions/NSMutableArray+Additions.h') diff --git a/Volta/Additions/NSMutableArray+Additions.h b/Volta/Additions/NSMutableArray+Additions.h new file mode 100644 index 0000000..8525146 --- /dev/null +++ b/Volta/Additions/NSMutableArray+Additions.h @@ -0,0 +1,17 @@ +// +// 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 -- cgit v1.2.3