home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
senderIsInvalid.h
< prev
next >
Wrap
Text File
|
1996-09-08
|
272b
|
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