mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Fixed include issue Added Tests for NSCoding compliance of KPKAttribute, KPKEntry and KPKBinary
14 lines
245 B
Objective-C
14 lines
245 B
Objective-C
//
|
|
// KPKTestNSCopying.h
|
|
// MacPass
|
|
//
|
|
// Created by Michael Starke on 31.07.13.
|
|
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
|
//
|
|
|
|
#import <SenTestingKit/SenTestingKit.h>
|
|
|
|
@interface KPKTestNSCoding : SenTestCase
|
|
|
|
@end
|