Files
MacPass/MacPass/MPNodeDelegate.h

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