mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Fix issue with NSSet and NSString.
This commit is contained in:
parent
2e6ca996d0
commit
64a33a3f45
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
@class NSSet, NSString;
|
||||
|
||||
@interface NSUserInterfaceCompressionOptions : NSObject <NSCopying, NSCoding>
|
||||
|
||||
- (instancetype) initWithIdentifier: (NSString *)identifier;
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSCoder.h>
|
||||
#import <Foundation/NSSet.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import "AppKit/NSUserInterfaceCompression.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue