Revision: 14940
          http://sourceforge.net/p/skim-app/code/14940
Author:   hofman
Date:     2025-03-04 17:46:14 +0000 (Tue, 04 Mar 2025)
Log Message:
-----------
pageLabels is nonnull

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

Modified: trunk/PDFDocument_SKExtensions.h
===================================================================
--- trunk/PDFDocument_SKExtensions.h    2025-03-04 17:28:18 UTC (rev 14939)
+++ trunk/PDFDocument_SKExtensions.h    2025-03-04 17:46:14 UTC (rev 14940)
@@ -57,7 +57,7 @@
 } SKLanguageDirectionAngles;
 
 @interface PDFDocument (SKExtensions) <NSFastEnumeration>
-@property (nonatomic, nullable, readonly) NSArray<NSString *> *pageLabels;
+@property (nonatomic, readonly) NSArray<NSString *> *pageLabels;
 @property (nonatomic, nullable, readonly) NSArray<NSString *> *fileIDStrings;
 @property (nonatomic, nullable, readonly) NSDictionary<NSString *, id> 
*initialSettings;
 @property (nonatomic, readonly) SKLanguageDirectionAngles 
languageDirectionAngles;

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



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to