mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-23 01:59:24 +00:00
exposed private API for better testing on MPPickcharsParser.
Parser now support default conversion to down arrow presses. Special format handling currently not supported
This commit is contained in:
19
MacPass/MPPickcharsParser_Private.h
Normal file
19
MacPass/MPPickcharsParser_Private.h
Normal file
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// MPPickcharsParser_Private.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 07.12.17.
|
||||
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPPickcharsParser.h"
|
||||
|
||||
@interface MPPickcharsParser ()
|
||||
|
||||
@property NSUInteger pickCount; // count to pick
|
||||
@property NSUInteger checkboxOffset;
|
||||
@property BOOL convertToDownArrows;
|
||||
@property BOOL hideCharacters;
|
||||
@property (copy) NSString *checkboxFormat;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user