Revision: 15691
          http://sourceforge.net/p/skim-app/code/15691
Author:   hofman
Date:     2025-10-08 14:26:06 +0000 (Wed, 08 Oct 2025)
Log Message:
-----------
return type of initWithFileName: is nullable

Modified Paths:
--------------
    trunk/SKPDFSynchronizer.h

Modified: trunk/SKPDFSynchronizer.h
===================================================================
--- trunk/SKPDFSynchronizer.h   2025-10-08 14:05:42 UTC (rev 15690)
+++ trunk/SKPDFSynchronizer.h   2025-10-08 14:26:06 UTC (rev 15691)
@@ -93,7 +93,7 @@
 
 @protocol SKSyncParser <NSObject>
 
-- (instancetype)initWithFileName:(NSString *)fileName;
+- (nullable instancetype)initWithFileName:(NSString *)fileName;
 
 @property (nonatomic, nullable, readonly) NSString *syncFileName;
 

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