ObjFW
Loading...
Searching...
No Matches
<OFOFToNSBridging> Protocol Reference

A protocol implemented by classes supporting bridging ObjFW objects to Foundation objects. More...

#include <ObjFWBridge/ObjFWBridge.h>

Properties

id NSObject
 An instance of a Foundation object corresponding to the object.
 

Detailed Description

A protocol implemented by classes supporting bridging ObjFW objects to Foundation objects.

Property Documentation

◆ NSObject

- (id) NSObject
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.


The documentation for this protocol was generated from the following file: