home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.bin
/
SourceCode
/
PopUpFormatter
/
Controller.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
|
1994-11-07
|
160 b
|
15 lines
#import <appkit/appkit.h>
@interface Controller:Object
{
id aDBTableView;
id theDataSource;
id vector;
id theFormatter;
}
- appDidInit: sender;
@end