summaryrefslogtreecommitdiff
path: root/MLKArray.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-08-07 14:57:27 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-08-07 14:57:27 +0200
commit1b556d9e057c6e3bed4893036d12eed1f3bc238d (patch)
tree51193cf4a28ea955967b3e9440b6508a17cb0d1c /MLKArray.h
parenta35098ffebf51958f22e0845b5b6803c0dff1dfb (diff)
Add various array operations.
Diffstat (limited to 'MLKArray.h')
-rw-r--r--MLKArray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKArray.h b/MLKArray.h
index 4cc7184..4e7d093 100644
--- a/MLKArray.h
+++ b/MLKArray.h
@@ -32,6 +32,8 @@
-(id) initWithDimensions:(NSArray *)dimensions;
+-(NSArray *) dimensions;
+
// The following methods are like the similarly named
// NSArray/NSMutableArray methods but treat nil as just another object.
// Where nil would be returned otherwise, these methods throw an