mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 11:42:30 +00:00
16 lines
278 B
Objective-C
16 lines
278 B
Objective-C
//
|
|
// Kdb4Entry+MPAdditions.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 19.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "Kdb4Node.h"
|
|
|
|
@interface Kdb4Entry (MPAdditions)
|
|
|
|
- (NSString *)uniqueKeyForProposal:(NSString *)key;
|
|
|
|
@end
|