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