Files
MacPass/MacPassTests/MPDatabasePasswordAndKeyfile.h
2013-09-20 01:54:02 +02:00

18 lines
319 B
Objective-C

//
// MPDatabasePasswordAndKeyfile.h
// MacPass
//
// Created by Michael Starke on 11.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import <SenTestingKit/SenTestingKit.h>
@class MPDocument;
@interface MPDatabasePasswordAndKeyfile : SenTestCase {
MPDocument *_database;
}
@end