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

13
MacPass/MPTreeDelegate.m Normal file
View File

@@ -0,0 +1,13 @@
//
// MPTreeDelegate.m
// MacPass
//
// Created by Michael Starke on 01/09/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import "MPTreeDelegate.h"
@implementation MPTreeDelegate
@end

View File

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

View File

@@ -0,0 +1,13 @@
//
// NSCell+MPSwizzle.m
// MacPass
//
// Created by Michael Starke on 01/09/14.
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
//
#import "NSCell+MPSwizzle.h"
@implementation NSCell (MPSwizzle)
@end