mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 10:32:26 +00:00
14 lines
219 B
Objective-C
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
|