mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
19 lines
348 B
Objective-C
19 lines
348 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 *_databaseV3;
|
|
MPDocument *_databaseV4;
|
|
}
|
|
|
|
@end
|