mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 23:29:28 +00:00
reworked layout for advanced tab in database settings windows
This commit is contained in:
16
MacPass/MPDayCountFormatter.h
Normal file
16
MacPass/MPDayCountFormatter.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// MPDayCountFormatter.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 15.10.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface MPDayCountFormatter : NSFormatter
|
||||
|
||||
@property (copy) NSString *zeroFormat; // Supply this to override the default format for a 0-value. Default will localize: "ZERO_DAYS"
|
||||
@property (copy) NSString *valueFormat; // Supply this to override the defualt format for all values not 0. Default will localized "%ld_DAYS"
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user