Fix issue with NSSet and NSString.

This commit is contained in:
Gregory John Casamento 2020-04-14 14:07:23 -04:00
parent 2e6ca996d0
commit 64a33a3f45
2 changed files with 4 additions and 0 deletions

View file

@ -33,6 +33,8 @@
extern "C" {
#endif
@class NSSet, NSString;
@interface NSUserInterfaceCompressionOptions : NSObject <NSCopying, NSCoding>
- (instancetype) initWithIdentifier: (NSString *)identifier;

View file

@ -24,6 +24,8 @@
#import <Foundation/NSObject.h>
#import <Foundation/NSCoder.h>
#import <Foundation/NSSet.h>
#import <Foundation/NSString.h>
#import "AppKit/NSUserInterfaceCompression.h"