remoteObjectInterface
Defines the Nsxpcinterface object that describes the protocol for the object represented by the remoteObjectProxy.
Declaration
var remoteObjectInterface: NSXPCInterface? { get set }Discussion
The proxy represents the exportedObject on the NSXPCConnection in the other process.
This value is required if messages are sent over this connection.