ObjFW
|
A protocol implemented by classes supporting bridging ObjFW objects to Foundation objects. More...
#include <ObjFWBridge/ObjFWBridge.h>
Inherited by OFArray(NSObject), OFData(NSObject), OFDate(NSObject), OFDictionary(NSObject), OFEnumerator(NSObject), OFNumber(NSObject), OFSet(NSObject), and OFString(NSObject).
Properties | |
id | NSObject |
An instance of a Foundation object corresponding to the object. | |
A protocol implemented by classes supporting bridging ObjFW objects to Foundation objects.
|
readnonatomicassign |
An instance of a Foundation object corresponding to the object.
If possible, the original object is wrapped. If this is not possible, an autoreleased copy is created.