1 /* Copyright (c) 2003, Steve Dekorte
2 //metadoc license BSD revised
4 * An Objective-C proxy to an Io value
12 #include "IoObjcBridge.h"
15 @interface Objc2Io
: NSObject
// NSProxy
21 - (void)setIoObject
:(IoObject
*)v
;
22 - (IoObject
*)ioValue
;
23 - (void)setBridge
:(IoObjcBridge
*)b
;
27 - (BOOL
)respondsToSelector
:(SEL
)selector
;
28 - (NSMethodSignature
*)methodSignatureForSelector
:(SEL
)selector
;
29 - (void)forwardInvocation
:(NSInvocation
*)invocation
;