mirror of
https://github.com/MacPass/MacPass.git
synced 2026-01-31 02:28:17 +00:00
14 lines
227 B
Objective-C
14 lines
227 B
Objective-C
//
|
|
// 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
|