home *** CD-ROM | disk | FTP | other *** search
- /*
- NSSecureTextField.h
- Application Kit
- Copyright (c) 1995-1996, NeXT Software, Inc.
- All rights reserved.
- */
-
- #ifndef STRICT_OPENSTEP
-
- #import <AppKit/NSTextField.h>
- #import <AppKit/NSTextFieldCell.h>
-
- @interface NSSecureTextField : NSTextField {
- }
- @end
-
- @interface NSSecureTextFieldCell : NSTextFieldCell {
- }
- @end
-
- #endif
-