Add NSLayout* classes. Correct API version and email.

This commit is contained in:
Gregory John Casamento 2020-05-10 06:38:06 -04:00
parent b1980268e2
commit 9c5143f1ce
6 changed files with 9 additions and 9 deletions

View file

@ -1,7 +1,7 @@
/* Interface of class NSLayoutAnchor
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:52 EDT 2020
This file is part of the GNUstep Library.
@ -27,7 +27,7 @@
#import <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {

View file

@ -1,7 +1,7 @@
/* Interface of class NSLayoutConstraint
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:22 EDT 2020
This file is part of the GNUstep Library.
@ -27,7 +27,7 @@
#import <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {

View file

@ -1,7 +1,7 @@
/* Interface of class NSLayoutGuide
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:36 EDT 2020
This file is part of the GNUstep Library.
@ -27,7 +27,7 @@
#import <Foundation/NSObject.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_0, GS_API_LATEST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
#if defined(__cplusplus)
extern "C" {

View file

@ -1,7 +1,7 @@
/* Implementation of class NSLayoutAnchor
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:52 EDT 2020
This file is part of the GNUstep Library.

View file

@ -1,7 +1,7 @@
/* Implementation of class NSLayoutConstraint
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:22 EDT 2020
This file is part of the GNUstep Library.

View file

@ -1,7 +1,7 @@
/* Implementation of class NSLayoutGuide
Copyright (C) 2020 Free Software Foundation, Inc.
By: 10_11
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sat May 9 16:30:36 EDT 2020
This file is part of the GNUstep Library.