mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 07:09:35 +00:00
Added pretty pring value transformer
This commit is contained in:
17
MacPass/MPPrettyPasswordTransformer.h
Normal file
17
MacPass/MPPrettyPasswordTransformer.h
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// MPPrettyPasswordTransformer.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 01.12.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
APPKIT_EXTERN NSString *const MPPrettyPasswordTransformerName;
|
||||
|
||||
@interface MPPrettyPasswordTransformer : NSValueTransformer
|
||||
|
||||
+ (void)registerTransformer;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user