20#ifdef OBJFWBRIDGE_LOCAL_INCLUDES
21# import "OFEnumerator.h"
23# if defined(__has_feature) && __has_feature(modules)
26# import <ObjFW/OFEnumerator.h>
30#import "OFOFToNSBridging.h"
32OF_ASSUME_NONNULL_BEGIN
37extern int _OFEnumerator_NSObject_reference OF_VISIBILITY_HIDDEN;
49@property (readonly, nonatomic) NSEnumerator *NSObject;
Support for bridging an OFEnumerator to an NSEnumerator.