Fix crash due to dictionary

This commit is contained in:
Gregory John Casamento 2019-08-14 04:30:52 -04:00
parent 8372fac3c0
commit 0f09fefac3
4 changed files with 13 additions and 11 deletions

View file

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