Files
MacPass/MacPass/MPPickcharsParser_Private.h

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