Updated to current KeePassKit

This commit is contained in:
michael starke
2014-09-01 19:03:37 +02:00
parent f2f88b2126
commit 5f84dfe100
5 changed files with 53 additions and 1 deletions

13
MacPass/MPTreeDelegate.h Normal file
View File

@@ -0,0 +1,13 @@
//
// MPTreeDelegate.h
// MacPass
//
// Created by Michael Starke on 01/09/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPTreeDelegate : NSObject
@end