mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-22 22:19:21 +00:00
16 lines
317 B
Objective-C
16 lines
317 B
Objective-C
//
|
|
// 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
|