Add NSNotificationName typedef

This commit is contained in:
Gregory John Casamento 2020-08-02 11:19:05 -04:00
parent 3ff8291da6
commit 24ac97e59d
2 changed files with 6 additions and 0 deletions

View file

@ -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:

View file

@ -43,6 +43,8 @@ extern "C" {
@class NSLock;
@class NSOperationQueue;
typedef NSString* NSNotificationName;
@interface NSNotification : NSObject <NSCopying, NSCoding>
/* Creating a Notification Object */