20 #ifdef OBJFWBRIDGE_LOCAL_INCLUDES
23 # if defined(__has_feature) && __has_feature(modules)
26 # import <ObjFW/OFData.h>
30 #import "OFOFToNSBridging.h"
32 OF_ASSUME_NONNULL_BEGIN
37 extern int _OFData_NSObject_reference OF_VISIBILITY_HIDDEN;
48 @property (readonly, nonatomic) NSData *NSObject;
A protocol implemented by classes supporting bridging ObjFW objects to Foundation objects.
Definition: OFOFToNSBridging.h:38