implement suggestion to call validation methods in perform methods.

This commit is contained in:
Gregory John Casamento 2020-08-14 11:13:45 -04:00
parent 41484fd5b3
commit 0740fc5f14
2 changed files with 18 additions and 3 deletions

View file

@ -41,6 +41,7 @@
@protocol NSUserInterfaceValidations
- (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
@end
#endif // _GNUstep_H_NSUserInterfaceValidation