home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)
/
NeXT_Developer-3.3.iso
/
NextDeveloper
/
Examples
/
IndexingKit
/
Ledger
/
AccountWindow.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-01-25
|
112 b
|
12 lines
#import "AccountWindow.h"
@implementation AccountWindow
- (BOOL)canBecomeMainWindow
{
return NO;
}
@end