@@ -494,26 +494,13 @@ #if !defined(OF_HAVE_GENERICS) && !defined(DOXYGEN) # undef ObjectType #endif @end -@interface OFArrayEnumerator: OFEnumerator -{ - OFArray *_array; - size_t _count; - unsigned long _mutations; - unsigned long *_Nullable _mutationsPtr; - size_t _position; -} - -- (instancetype)initWithArray: (OFArray *)data - mutationsPtr: (nullable unsigned long *)mutationsPtr; -@end - OF_ASSUME_NONNULL_END #import "OFMutableArray.h" #if !defined(NSINTEGER_DEFINED) && !__has_feature(modules) /* Required for array literals to work */ @compatibility_alias NSArray OFArray; #endif