mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 05:52:58 +00:00
18 lines
267 B
Objective-C
18 lines
267 B
Objective-C
//
|
|
// KdbTree+MPAdditions.h
|
|
// MacPass
|
|
//
|
|
// Created by michael starke on 20.02.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "Kdb.h"
|
|
|
|
@interface KdbTree (MPAdditions)
|
|
|
|
- (NSArray *)allEntries;
|
|
|
|
- (NSArray *)allGroups;
|
|
|
|
@end
|