mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 20:59:27 +00:00
Updated Localization
Added configureable Table headers in Entry view
This commit is contained in:
17
MacPass/MPStripLineBreaksTransformer.h
Normal file
17
MacPass/MPStripLineBreaksTransformer.h
Normal 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
|
||||
Reference in New Issue
Block a user