mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 02:22:28 +00:00
14 lines
267 B
Objective-C
14 lines
267 B
Objective-C
//
|
|
// KPKEntry+MPCustomAttributeProperties.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 03.09.18.
|
|
// Copyright © 2018 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <KeePassKit/KeePassKit.h>
|
|
|
|
@interface KPKEntry (MPCustomAttributeProperties)
|
|
|
|
@end
|