mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 22:49:34 +00:00
18 lines
325 B
Objective-C
18 lines
325 B
Objective-C
//
|
|
// KPKBinary+MacPassAddtions.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 09.11.20.
|
|
// Copyright © 2020 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <KeePassKit/KeePassKit.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface KPKBinary (MacPassAddtions) <NSFilePromiseProviderDelegate>
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|