1 //---------------------------------------------------------------------------------------
3 // Copyright (c) 2009 by Mulle Kybernetik. See License file for details.
4 //---------------------------------------------------------------------------------------
6 #import <Foundation/Foundation.h>
8 @interface OCMIndirectReturnValueProvider
: NSObject
14 - (id
)initWithProvider
:(id
)aProvider andSelector
:(SEL
)aSelector
;
16 - (void)handleInvocation
:(NSInvocation
*)anInvocation
;