Files
MacPass/MacPass/MPKeyfilePathControlDelegate.h
michael starke 5ab229b0e8 Added AI assets
Keyfiles are now usable for opening databases
2013-03-10 16:02:06 +01:00

14 lines
285 B
Objective-C

//
// MPKeyfilePathControlDelegate.h
// MacPass
//
// Created by Michael Starke on 10.03.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface MPKeyfilePathControlDelegate : NSObject <NSPathControlDelegate>
@end