home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Big Green CD 8
/
BGCD_8_Dev.iso
/
OPENSTEP
/
Utilities
/
CreditCardChecker-2.0-MIS
/
CCCCObject.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
|
1997-06-29
|
272 b
|
16 lines
#import <AppKit/AppKit.h>
@interface CCCCObject : NSObject
{
id CCnumber;
id Status;
id TheWindow;
}
- (void)CheckIt:(id)sender;
- (void)InfoPanel:(id)sender;
- (void)IntroAndHelp:(id)sender;
- (void)MoreInfo:(id)sender;
- (void)ClearStatus:(id)sender;
@end