home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
AlexNeXTSTEPSource
/
Source
/
Chapter6_Events
/
DelegateDemo
/
WindowDelegate.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
|
1993-04-08
|
95 b
|
10 lines
#import <objc/Object.h>
@interface WindowDelegate:Object
{
}
- windowWillClose:sender;
@end