mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
19 lines
388 B
Objective-C
19 lines
388 B
Objective-C
//
|
|
// 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;
|
|
|
|
@end
|