mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
18 lines
362 B
Objective-C
18 lines
362 B
Objective-C
//
|
|
// 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
|