20#import <Foundation/NSValue.h>
22#import "OFNSToOFBridging.h"
24OF_ASSUME_NONNULL_BEGIN
31extern int _NSNumber_OFObject_reference OF_VISIBILITY_INTERNAL;
42@interface NSNumber (OFObject) <OFNSToOFBridging>
Provides a way to store a number in an object.
Definition OFNumber.h:47
The root class for all other classes inside ObjFW.
Definition OFObject.h:956