Contents

NSXPCInterface

An interface that may be sent to an exported object or remote object proxy.

Declaration

class NSXPCInterface

Overview

This object holds all information about the interface of an exported object or remote object proxy. It describes what messages are allowed, what kinds of objects are allowed as arguments, what the signature of any reply blocks are, and information about additional proxy objects.

Topics

Initializers

Instance Properties

Instance Methods

See Also

XPC Client