Fix NSDictionary forward declaration in NSProgress.h

This commit is contained in:
Frederik Seiffert 2022-04-30 11:00:10 +02:00
parent ba71c24cad
commit 6de8384ea5

View file

@ -34,7 +34,7 @@ extern "C" {
#endif
@class GS_GENERIC_CLASS(NSArray, ElementT);
@class GS_GENERIC_CLASS(NSDictionary, KeyT, ValT);
@class GS_GENERIC_CLASS(NSDictionary, KeyT:id<NSCopying>, ValT);
@class NSString, NSNumber, NSURL, NSProgress;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_9, GS_API_LATEST)