home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Headers
/
machkit
/
senderIsInvalid.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-12-08
|
272 b
|
15 lines
/*
* NXSenderIsInvalid Protocols
* Copyright 1991, NeXT Computer, Inc.
*/
#import <objc/Object.h>
// This protocol is implemented by objects that wish to be
// informed of the invalidation of other objects
@protocol NXSenderIsInvalid
- senderIsInvalid:sender;
@end