exposed NSUUID.h in Foundation.h, similar to OSX's Foundation

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@38290 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcus Müller 2015-01-13 20:46:32 +00:00
parent 0ef7e6d9f0
commit dd75f89d22
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2015-01-13 Marcus Mueller <znek@mulle-kybernetik.com>
* Headers/Foundation/Foundation.h: added NSUUID.h
2014-12-28 Wolfgang Lux <wolfgang.lux@gmail.com>
* configure.ac:

View file

@ -134,6 +134,7 @@
#import <Foundation/NSURLResponse.h>
#import <Foundation/NSUserDefaults.h>
#import <Foundation/NSUserNotification.h>
#import <Foundation/NSUUID.h>
#import <Foundation/NSValue.h>
#import <Foundation/NSValueTransformer.h>
#import <Foundation/NSXMLDocument.h>