mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Merge branch 'master' of ssh://github.com/gnustep/libs-base
This commit is contained in:
commit
3020662094
3 changed files with 8 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:
|
||||
|
|
|
@ -133,6 +133,8 @@ extern "C" {
|
|||
|
||||
@end //NSMutableAttributedString
|
||||
|
||||
typedef NSString* NSAttributedStringKey;
|
||||
|
||||
#endif /* GS_API_MACOSX */
|
||||
|
||||
#if defined(__cplusplus)
|
||||
|
|
|
@ -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