// // KPKTreeLoadingTest.h // MacPass // // Created by Michael Starke on 20.07.13. // Copyright (c) 2013 HicknHack Software GmbH. All rights reserved. // #import @class KPKPassword; @interface KPKLegacyLoadingTest : SenTestCase { @private NSData *_data; KPKPassword *_password; } @end