1{%mainunit appkit.pas}
2(*
3								NSUserInterfaceValidation.h
4        Application Kit
5        Copyright (c) 1999-2005, Apple Computer, Inc.
6        All rights reserved.
7*)
8
9{$ifdef HEADER}
10{$ifndef NSUSERINTERFACEVALIDATION_PAS_H}
11{$define NSUSERINTERFACEVALIDATION_PAS_H}
12
13{$include AppKitDefines.inc}
14
15//@protocol NSValidatedUserInterfaceItem
16//- (SEL)action;
17//- (int)tag;
18//@end
19//@protocol NSUserInterfaceValidations
20//- (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
21//@end
22{$endif}
23{$endif}
24
25{$ifdef CLASSES}
26{$ifndef NSUSERINTERFACEVALIDATION_PAS_C}
27{$define NSUSERINTERFACEVALIDATION_PAS_C}
28
29{$include AppKitDefines.inc}
30{$endif}
31{$endif}
32