Added pretty pring value transformer

This commit is contained in:
Michael Starke
2017-12-01 18:57:38 +01:00
parent 50c38e5672
commit f9e761649f
5 changed files with 81 additions and 15 deletions

View 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