mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 01:29:21 +00:00
Added duplicate entry with options
This commit is contained in:
17
MacPass/MPDuplicateEntryOptionsWindowController.h
Normal file
17
MacPass/MPDuplicateEntryOptionsWindowController.h
Normal 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
|
||||
Reference in New Issue
Block a user