mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 03:32:40 +00:00
Copy on disabled TextFields now possible. This behavior will be used when edit mode is added.
Fixed include issue Added Tests for NSCoding compliance of KPKAttribute, KPKEntry and KPKBinary
This commit is contained in:
13
MacPassTests/KPKTestNSCopying.m
Normal file
13
MacPassTests/KPKTestNSCopying.m
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// KPKTestNSCopying.m
|
||||
// MacPass
|
||||
//
|
||||
// Created by Michael Starke on 31.07.13.
|
||||
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
|
||||
//
|
||||
|
||||
#import "KPKTestNSCopying.h"
|
||||
|
||||
@implementation KPKTestNSCopying
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user