Add NSNibDeclarations.h to the header to correct compilation error

This commit is contained in:
Gregory John Casamento 2024-07-12 06:35:31 -04:00
parent 90b3913a1f
commit e6f86a5a9e

View file

@ -34,6 +34,7 @@
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
#import <AppKit/NSObjectController.h>
#import <AppKit/NSNibDeclarations.h>
@class NSString;
@class NSArray;