Using private umbreall header for KeePassKit tests

Signed-off-by: michael starke <michael.starke@hicknhack-software.com>
This commit is contained in:
michael starke
2015-10-28 11:40:23 +01:00
parent 27347e0bd8
commit cb3663f867
21 changed files with 30 additions and 52 deletions

View File

@@ -6,13 +6,10 @@
// Copyright (c) 2015 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <XCTest/XCTest.h>
#import "KPKTree.h"
#import "KPKNode+Private.h"
#import "KPKGroup.h"
#import "KPKEntry.h"
#import "KeePassKit.h"
#import "KeePassKit+Private.h"
@interface KPKTestUndo : XCTestCase <KPKTreeDelegate> {
NSUndoManager *_undoManager;