mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
19 lines
332 B
Objective-C
19 lines
332 B
Objective-C
//
|
|
// KPKXmlLoadingTest.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 23.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
@class KPKCompositeKey;
|
|
|
|
@interface KPKTestXmlLoading : SenTestCase {
|
|
@private
|
|
NSData *_data;
|
|
KPKCompositeKey *_password;
|
|
}
|
|
|
|
@end
|