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