mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 16:49:24 +00:00
Mingling with Editing. Updated KeePassKit
This commit is contained in:
22
MacPass/MPEditSession.h
Normal file
22
MacPass/MPEditSession.h
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// MPEditSession.h
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 30/05/14.
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@class KPKNode;
|
||||
|
||||
@interface MPEditSession : NSObject
|
||||
|
||||
@property (strong, readonly) KPKNode *node;
|
||||
@property (copy, readonly) KPKNode *rollbackNode;
|
||||
|
||||
- (instancetype)initWithNode:(KPKNode *)node;
|
||||
|
||||
- (BOOL)hasChanges;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user