mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 08:12:28 +00:00
16 lines
252 B
Objective-C
16 lines
252 B
Objective-C
//
|
|
// MPDatabaseCreation.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 10.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface MPDatabaseCreation : SenTestCase
|
|
|
|
|
|
|
|
@end
|