Added custom string field validation. Still needs testing for default keys

This commit is contained in:
michael starke
2013-07-19 03:06:29 +02:00
parent c1b47bdb77
commit fef291df88
8 changed files with 101 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
//
// StringField+Validation.h
// MacPass
//
// Created by Michael Starke on 19.07.13.
// Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
//
#import "Kdb4Node.h"
@interface StringField (Validation)
@end