Fix forward declarations in NSProgress.h

This commit is contained in:
Frederik Seiffert 2022-04-30 09:43:22 +02:00
parent 8ca4381676
commit ba71c24cad

View file

@ -33,7 +33,9 @@
extern "C" {
#endif
@class NSString, NSDictionary, NSArray, NSNumber, NSURL, NSProgress;
@class GS_GENERIC_CLASS(NSArray, ElementT);
@class GS_GENERIC_CLASS(NSDictionary, KeyT, ValT);
@class NSString, NSNumber, NSURL, NSProgress;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)