1 //--------------------------------------------------------------------------------------- 2 // $Id$ 3 // Copyright (c) 2010 by Mulle Kybernetik. See License file for details. 4 //--------------------------------------------------------------------------------------- 5 6 #import <Foundation/Foundation.h> 7 8 @interface OCMRealObjectForwarder : NSObject 9 { 10 } 11 12 - (void)handleInvocation:(NSInvocation *)anInvocation; 13 14 @end 15