mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
15 lines
284 B
Objective-C
15 lines
284 B
Objective-C
//
|
|
// MPNodeDelegate.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 13/06/16.
|
|
// Copyright © 2016 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <KeePassKit/KeePassKit.h>
|
|
|
|
@interface MPNodeDelegate : NSObject <KPKNodeDelegate>
|
|
|
|
@end
|