mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Add NSNotificationName typedef
This commit is contained in:
parent
3ff8291da6
commit
24ac97e59d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2020-08-02 Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/Foundation/NSNotification.h: Add NSNotificatioName typedef
|
||||
|
||||
2020-07-13 Frederik Seiffert <frederik@algoriddim.com>
|
||||
|
||||
* Headers/Foundation/NSURLRequest.h:
|
||||
|
|
|
@ -43,6 +43,8 @@ extern "C" {
|
|||
@class NSLock;
|
||||
@class NSOperationQueue;
|
||||
|
||||
typedef NSString* NSNotificationName;
|
||||
|
||||
@interface NSNotification : NSObject <NSCopying, NSCoding>
|
||||
|
||||
/* Creating a Notification Object */
|
||||
|
|
Loading…
Reference in a new issue