Fixed typo

This commit is contained in:
michael starke
2013-08-21 00:45:44 +02:00
parent 30a5f1d0b0
commit 214a192a4d
3 changed files with 23 additions and 21 deletions

View File

@@ -9,9 +9,6 @@
#import <SenTestingKit/SenTestingKit.h>
@class KPKPassword;
@interface KPKTestLegacyWriting : SenTestCase {
NSData *_data;
KPKPassword *_password;
}
@interface KPKTestLegacyWriting : SenTestCase
@end