mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
added NSUserNotification.h to Foundation.h
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37655 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
501a14af4b
commit
8e9f2d35cd
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
|||
i.e. gnustep-gui might want to prevent presentation if application
|
||||
is already frontmost [the OSX behavior]). Improved -description
|
||||
(similar to OSX's output, eases cross-platform debugging).
|
||||
* Headers/Foundation/Foundation.h:
|
||||
added NSUserNotification.h
|
||||
|
||||
2014-01-30 Marcus Mueller <znek@mulle-kybernetik.com>
|
||||
|
||||
|
|
|
@ -132,6 +132,7 @@
|
|||
#import <Foundation/NSURLRequest.h>
|
||||
#import <Foundation/NSURLResponse.h>
|
||||
#import <Foundation/NSUserDefaults.h>
|
||||
#import <Foundation/NSUserNotification.h>
|
||||
#import <Foundation/NSValue.h>
|
||||
#import <Foundation/NSValueTransformer.h>
|
||||
#import <Foundation/NSXMLDocument.h>
|
||||
|
|
Loading…
Reference in a new issue