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.
The receiver’s target, or nil if the receiver has no target.
@property (assign) id target;The target is the receiver of the message sent by invoke.