Files
MacPass/MacPassTests/KPKTestLegacyWriting.h
michael starke d30bcac236 Updated submodule
Fixed error in Autotype test (password wrong)
2013-08-17 15:39:40 +02:00

18 lines
321 B
Objective-C

//
// KPKLegacyWritingTest.h
// MacPass
//
// Created by Michael Starke on 02.08.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class KPKPassword;
@interface KPKTestLegacyWriting : SenTestCase {
NSData *_data;
KPKPassword *_password;
}
@end