Updated Localization

Added configureable Table headers in Entry view
This commit is contained in:
michael starke
2013-07-31 02:50:13 +02:00
parent 31f456929c
commit 780c8782e6
16 changed files with 204 additions and 81 deletions

View File

@@ -0,0 +1,17 @@
//
// MPStripLineBreaksTransformer.h
// MacPass
//
// Created by Michael Starke on 31.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
FOUNDATION_EXPORT NSString *const MPStripLineBreaksTransformerName;
@interface MPStripLineBreaksTransformer : NSValueTransformer
+ (void)registerTransformer;
@end