home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Harmless
/
Cookie
/
Source
/
CookieFileListView.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
|
1992-04-11
|
233 b
|
17 lines
/* Generated by Interface Builder */
#import <appkit/ScrollView.h>
#import <objc/List.h>
#import <appkit/Matrix.h>
@interface CookieFileListView:ScrollView
{
id DocMatrix;
}
- syncView :(List *)mylist;
- (Matrix *)matrix;
@end