Added pretty password display prototype to enhance password display

This commit is contained in:
Michael Starke
2017-11-30 16:41:16 +01:00
parent ee418db014
commit 50c38e5672
7 changed files with 100 additions and 1 deletions

View 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