Add skeleton implementation of NSLayoutGuide

This commit is contained in:
Gregory John Casamento 2020-05-11 07:08:01 -04:00
parent 3d9442d117
commit e2752e1bc4
2 changed files with 97 additions and 2 deletions

View file

@ -26,8 +26,9 @@
#define _NSLayoutGuide_h_GNUSTEP_GUI_INCLUDE
#import <Foundation/NSObject.h>
#import "AppKit/NSUserInterfaceItemIdentification.h"
#import "AppKit/NSLayoutConstraint.h"
#import <AppKit/NSUserInterfaceItemIdentification.h>
#import <AppKit/NSLayoutConstraint.h>
#import <AppKit/NSView.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)