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:690
An abstract class for an unordered set of unique objects.
Definition: OFSet.h:68
A protocol implemented by classes supporting bridging Foundation objects to ObjFW objects...
Definition: OFNSToOFBridging.h:38