mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 04:30:49 +00:00
Add skeleton implementation of NSLayoutGuide
This commit is contained in:
parent
3d9442d117
commit
e2752e1bc4
2 changed files with 97 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue