mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 01:59:24 +00:00
Added pretty password display prototype to enhance password display
This commit is contained in:
15
MacPass/NSString+MPPrettyPasswordDisplay.h
Normal file
15
MacPass/NSString+MPPrettyPasswordDisplay.h
Normal file
@@ -0,0 +1,15 @@
|
||||
//
|
||||
// NSString+MPPrettyPasswordDisplay.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 30.11.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface NSString (MPPrettyPasswordDisplay)
|
||||
|
||||
@property (copy) NSAttributedString *passwordPrettified;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user