From 1b556d9e057c6e3bed4893036d12eed1f3bc238d Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 7 Aug 2008 14:57:27 +0200 Subject: Add various array operations. --- MLKArray.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MLKArray.h') 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 -- cgit v1.2.3