mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
add new class and constants
This commit is contained in:
parent
80d7f5b2cb
commit
f2d1c21d37
4 changed files with 161 additions and 1 deletions
|
@ -86,6 +86,11 @@ NSString *NSUndoManagerWillRedoChangeNotification = @"NSUndoManagerWillRedoChang
|
|||
|
||||
NSString *NSUndoManagerWillUndoChangeNotification = @"NSUndoManagerWillUndoChangeNotification";
|
||||
|
||||
/*
|
||||
* NSUbiquitousKeyValueStore notifications
|
||||
*/
|
||||
NSString *NSUbiquitousKeyValueStoreDidChangeExternallyNotification = @"NSUbiquitousKeyValueStoreDidChangeExternallyNotification";
|
||||
NSString *NSUbiquitousKeyValueStoreChangeReasonKey = @"NSUbiquitousKeyValueStoreChangeReasonKey";
|
||||
|
||||
/* NSURL constants */
|
||||
NSString *NSURLFileScheme = @"file";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue