Revision: 13844
http://sourceforge.net/p/skim-app/code/13844
Author: hofman
Date: 2023-12-06 17:55:32 +0000 (Wed, 06 Dec 2023)
Log Message:
-----------
no need for nullability macros when everything is nullable
Modified Paths:
--------------
trunk/SkimNotes/SKNAgentListener.h
trunk/SkimNotes/SKNUtilities.h
Modified: trunk/SkimNotes/SKNAgentListener.h
===================================================================
--- trunk/SkimNotes/SKNAgentListener.h 2023-12-06 17:12:23 UTC (rev 13843)
+++ trunk/SkimNotes/SKNAgentListener.h 2023-12-06 17:55:32 UTC (rev 13844)
@@ -38,7 +38,6 @@
#import <Foundation/Foundation.h>
-NS_ASSUME_NONNULL_BEGIN
@interface SKNAgentListener : NSObject
{
@@ -55,5 +54,3 @@
- (nullable id)initWithServerName:(nullable NSString *)serverName
xpc:(BOOL)isXPC;
@end
-
-NS_ASSUME_NONNULL_END
Modified: trunk/SkimNotes/SKNUtilities.h
===================================================================
--- trunk/SkimNotes/SKNUtilities.h 2023-12-06 17:12:23 UTC (rev 13843)
+++ trunk/SkimNotes/SKNUtilities.h 2023-12-06 17:55:32 UTC (rev 13844)
@@ -50,12 +50,8 @@
#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