20 #import <Foundation/NSSet.h>
22 #import "OFNSToOFBridging.h"
24 OF_ASSUME_NONNULL_BEGIN
26 @class OFSet OF_GENERIC(ObjectType);
31 extern int _NSSet_OFObject_reference OF_VISIBILITY_HIDDEN;
The root class for all other classes inside ObjFW.
Definition: OFObject.h:692
An abstract class for an unordered set of unique objects.
Definition: OFSet.h:69
A protocol implemented by classes supporting bridging Foundation objects to ObjFW objects.
Definition: OFNSToOFBridging.h:38