Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

A category on NSInvocation to easily clone and get/set the return type as an Objective-C object

License

Notifications You must be signed in to change notification settings

stephanecopin/NSInvocation-Helpers

Repository files navigation

NSInvocation+Helpers

A simple category on NSInvocation that adds the property objectReturnValue to it, allowing to easily get and set the return value of the invocation as an Objective-C object.
The category also adds a method stc_clone which will clone the receiver NSInvocation (The return value will not be cloned).

About

A category on NSInvocation to easily clone and get/set the return type as an Objective-C object

Resources

License

Stars

Watchers

Forks

Packages

No packages published