mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 12:52:21 +00:00
Updated to current KeePassKit
This commit is contained in:
Submodule KeePassKit updated: 275e6e3e1b...450ad0d4dc
13
MacPass/MPTreeDelegate.h
Normal file
13
MacPass/MPTreeDelegate.h
Normal 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
13
MacPass/MPTreeDelegate.m
Normal 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
|
||||||
13
MacPass/NSTableCellView+MPSwizzle.h
Normal file
13
MacPass/NSTableCellView+MPSwizzle.h
Normal 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
|
||||||
13
MacPass/NSTableCellView+MPSwizzle.m
Normal file
13
MacPass/NSTableCellView+MPSwizzle.m
Normal 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
|
||||||
Reference in New Issue
Block a user