home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Openstep 4.2 (Developer)
/
Openstep Developer 4.2.iso
/
NextDeveloper
/
Examples
/
Foundation
/
ForwardInvocation
/
TargetProxy.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-06
|
234 b
|
15 lines
/* TargetProxy.h created by blaine on Tue 30-Jan-1996 */
#import <Foundation/Foundation.h>
@interface TargetProxy : NSProxy {
id target;
}
// Designated initializer
- initWithTarget:t;
// convenience
+ proxyWithTarget:t;
@end