Added duplicate entry with options

This commit is contained in:
michael starke
2017-06-08 15:40:08 +02:00
parent 6771d68454
commit 8dd465866e
10 changed files with 172 additions and 42 deletions

View File

@@ -0,0 +1,17 @@
//
// MPDuplicateEntryOptionsWindowController.h
// MacPass
//
// Created by Michael Starke on 08.06.17.
// Copyright © 2017 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface MPDuplicateEntryOptionsWindowController : NSWindowController
@property (readonly) BOOL referencePassword;
@property (readonly) BOOL referenceUsername;
@property (readonly) BOOL duplicateHistory;
@end