mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
18 lines
372 B
Objective-C
18 lines
372 B
Objective-C
// MPStringLengthValueTransformer.h
|
|
//
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 17.06.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
APPKIT_EXTERN NSString *const MPStringLengthValueTransformerName;
|
|
|
|
@interface MPStringLengthValueTransformer : NSValueTransformer
|
|
|
|
+ (void)registerTransformer;
|
|
|
|
@end
|