mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-21 10:39:28 +00:00
reanming
Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
@class KPKNode;
|
||||
|
||||
@interface MPEditSession : NSObject
|
||||
@interface MPEditingSession : NSObject
|
||||
|
||||
@property (strong, readonly) KPKNode *node;
|
||||
@property (copy, readonly) KPKNode *rollbackNode;
|
||||
@@ -6,17 +6,17 @@
|
||||
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "MPEditSession.h"
|
||||
#import "MPEditingSession.h"
|
||||
#import "KPKNode.h"
|
||||
|
||||
@interface MPEditSession ()
|
||||
@interface MPEditingSession ()
|
||||
|
||||
@property (strong) KPKNode *node;
|
||||
@property (copy) KPKNode *rollbackNode;
|
||||
|
||||
@end
|
||||
|
||||
@implementation MPEditSession
|
||||
@implementation MPEditingSession
|
||||
|
||||
- (instancetype)init {
|
||||
self = [self initWithNode:nil];
|
||||
Reference in New Issue
Block a user