mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
16 lines
247 B
Objective-C
16 lines
247 B
Objective-C
//
|
|
// Kdb3Tree+NewTree.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 21.06.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "Kdb3Node.h"
|
|
|
|
@interface Kdb3Tree (NewTree)
|
|
|
|
+ (Kdb3Tree *)newTemplateTree;
|
|
|
|
@end
|