mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 07:02:39 +00:00
16 lines
248 B
Objective-C
16 lines
248 B
Objective-C
//
|
|
// KdbEntry+MPTreeTools.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 10.06.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "Kdb.h"
|
|
|
|
@interface KdbEntry (MPTreeTools)
|
|
|
|
- (NSUInteger)indexInParent;
|
|
|
|
@end
|