Contents

target

The receiver’s target, or nil if the receiver has no target.

Declaration

@property (assign) id target;

Discussion

The target is the receiver of the message sent by invoke.

See Also

Related Documentation

Configuring an Invocation Object