@import "CPTextField.j" /*! @ingroup appkit */ @implementation CPSecureTextField : CPTextField { } - (BOOL)isSecure { return YES; } @end