Files
MacPass/MacPassTests/KPKLegacyWritingTest.h
michael starke 450bc3d4dd Entropy is now calculated for Custom Alphabets in Password Generator View
Custom String in Password Generator View are now filtered to only include unique characters
2013-08-04 03:41:09 +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 KPKLegacyWritingTest : SenTestCase {
NSData *_data;
KPKPassword *_password;
}
@end