home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.0
/
NeXTSTEP3.0.iso
/
NextDeveloper
/
Examples
/
IndexingKit
/
StoreFile
/
Controller.h
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-07-19
|
157 b
|
15 lines
/*
Controller.h - Copyright (c) 1992 NeXT Computer, Inc.
*/
#import <appkit/appkit.h>
@interface Controller:Object
{
}
- new:sender;
- open:sender;
@end