Files
MacPass/MacPass/KdbGroup+Undo.m
michael starke 8a21b194df Entry positions are now editable in groups
Added undo wrapper for moving to new group and moving to new indexes for Entries
2013-05-18 01:21:31 +02:00

14 lines
219 B
Objective-C

//
// KdbGroup+Undo.m
// MacPass
//
// Created by Michael Starke on 18.05.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "KdbGroup+Undo.h"
@implementation KdbGroup (Undo)
@end