Skip to content
This repository was archived by the owner on Jun 2, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion BlocksKit/DynamicDelegate/A2BlockInvocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ extern NSString *const A2IncompatibleMethodSignatureKey;
@param inv An instance of NSInvocation with values for its arguments set.
@param returnValue On return, the block's return value, or `nil` for a void
return type.
@param NO if the buffer copies necessary for invocation failed, YES otherwise.
@see invokeWithInvocation:returnValue:
*/
- (BOOL)invokeWithInvocation:(NSInvocation *)inv returnValue:(out NSValue *__nullable *__nonnull)returnValue;
Expand Down