mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
23 lines
297 B
Objective-C
23 lines
297 B
Objective-C
//
|
|
// KPKTestReference.m
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 15.02.14.
|
|
// Copyright (c) 2014 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <XCTest/XCTest.h>
|
|
|
|
@interface KPKTestReference : XCTestCase
|
|
|
|
@end
|
|
|
|
@implementation KPKTestReference
|
|
|
|
- (void)testExample
|
|
{
|
|
|
|
}
|
|
|
|
@end
|