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

Latest commit

 

History

History
4 lines (3 loc) · 336 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 336 Bytes

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).