Revision: 13841
          http://sourceforge.net/p/skim-app/code/13841
Author:   hofman
Date:     2023-12-06 10:40:16 +0000 (Wed, 06 Dec 2023)
Log Message:
-----------
add nonnull macros

Modified Paths:
--------------
    trunk/SkimNotes/SKNUtilities.h

Modified: trunk/SkimNotes/SKNUtilities.h
===================================================================
--- trunk/SkimNotes/SKNUtilities.h      2023-12-06 10:14:59 UTC (rev 13840)
+++ trunk/SkimNotes/SKNUtilities.h      2023-12-06 10:40:16 UTC (rev 13841)
@@ -50,8 +50,12 @@
 #define RTF_EXTENSION   @"rtf"
 #define FDF_EXTENSION   @"fdf"
 
+NS_ASSUME_NONNULL_BEGIN
+
 extern NSString * _Nullable SKNSkimTextNotes(NSArray<NSDictionary<NSString *, 
id> *> * _Nullable noteDicts);
 extern NSData * _Nullable SKNSkimRTFNotes(NSArray<NSDictionary<NSString *, id> 
*> * _Nullable noteDicts);
 
 extern NSArray<NSDictionary<NSString *, id> *> * _Nullable 
SKNSkimNotesFromData(NSData * _Nullable data);
 extern NSData * _Nullable SKNDataFromSkimNotes(NSArray<NSDictionary<NSString 
*, id> *> * _Nullable noteDicts, BOOL asPlist);
+
+NS_ASSUME_NONNULL_END

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to