aboutsummaryrefslogtreecommitdiff
path: root/VKPC/NSMutableArray+QueueAdditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'VKPC/NSMutableArray+QueueAdditions.h')
-rw-r--r--VKPC/NSMutableArray+QueueAdditions.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/VKPC/NSMutableArray+QueueAdditions.h b/VKPC/NSMutableArray+QueueAdditions.h
new file mode 100644
index 0000000..298cdee
--- /dev/null
+++ b/VKPC/NSMutableArray+QueueAdditions.h
@@ -0,0 +1,12 @@
+//
+// NSMutableArray+QueueAdditions.h
+// VKPC
+//
+// Created by Eugene on 12/3/13.
+// Copyright (c) 2013 Eugene Z. All rights reserved.
+//
+
+@interface NSMutableArray (QueueAdditions)
+- (id) dequeue;
+- (void) enqueue:(id)obj;
+@end \ No newline at end of file