This commit is contained in:
Gregory Casamento 2025-02-20 06:20:45 -05:00 committed by GitHub
commit 406ad0dafa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -41,7 +41,13 @@
IBOutlet id positiveField;
IBOutlet id negativeField;
IBOutlet id zeroField;
NSMutableArray *_testData;
}
- (NSMutableArray *) testData;
- (void) setTestData: (NSMutableArray *)data;
@end
#endif

View file

@ -23,10 +23,13 @@ INSTALL_TEXT_MAIN = install.texi
NEWS_TEXI_FILES = version.texi
NEWS_TEXT_MAIN = news.texi
MAN1_PAGES = gormtool.1
-include Makefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/aggregate.make
include $(GNUSTEP_MAKEFILES)/documentation.make
-include Makefile.postamble