@@ -15,12 +15,14 @@ */ #import "NSArray_OFArray.h" #import "OFArray+NSObject.h" + +int _OFArray_NSObject_reference; @implementation OFArray (NSObject) - (id)NSObject { return [[[NSArray_OFArray alloc] initWithOFArray: self] autorelease]; } @end