Revision: 14941
          http://sourceforge.net/p/skim-app/code/14941
Author:   hofman
Date:     2025-03-04 17:52:38 +0000 (Tue, 04 Mar 2025)
Log Message:
-----------
custom page properties are nonnull

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

Modified: trunk/PDFPage_SKExtensions.h
===================================================================
--- trunk/PDFPage_SKExtensions.h        2025-03-04 17:46:14 UTC (rev 14940)
+++ trunk/PDFPage_SKExtensions.h        2025-03-04 17:52:38 UTC (rev 14941)
@@ -78,7 +78,7 @@
 
 @property (nonatomic, nullable, readonly) NSURL *skimURL;
 
-@property (nonatomic, nullable, readonly) NSPointerArray *lineRects;
+@property (nonatomic, readonly) NSPointerArray *lineRects;
 - (NSInteger)indexOfLineRectAtPoint:(NSPoint)point lower:(BOOL)lower;
 
 @property (nonatomic, readonly) NSUInteger pageIndex;
@@ -99,14 +99,14 @@
 @property (nonatomic, nullable, readonly) NSDocument *containingDocument;
 @property (nonatomic, readonly) NSUInteger index;
 @property (nonatomic) NSInteger rotationAngle;
-@property (nonatomic, nullable, copy) NSData *boundsAsQDRect;
-@property (nonatomic, nullable, copy) NSData *mediaBoundsAsQDRect;
-@property (nonatomic, nullable, readonly) NSData *contentBoundsAsQDRect;
-@property (nonatomic, nullable, readonly) NSArray<NSData *> 
*lineBoundsAsQDRects;
+@property (nonatomic, copy) NSData *boundsAsQDRect;
+@property (nonatomic, copy) NSData *mediaBoundsAsQDRect;
+@property (nonatomic, readonly) NSData *contentBoundsAsQDRect;
+@property (nonatomic, readonly) NSArray<NSData *> *lineBoundsAsQDRects;
 - (NSUInteger)countOfLines;
 - (SKLine *)objectInLinesAtIndex:(NSUInteger)anIndex;
-@property (nonatomic, nullable, readonly) NSTextStorage *richText;
-@property (nonatomic, nullable, readonly) NSArray<PDFAnnotation *> *notes;
+@property (nonatomic, readonly) NSTextStorage *richText;
+@property (nonatomic, readonly) NSArray<PDFAnnotation *> *notes;
 - (nullable PDFAnnotation *)valueInNotesWithUniqueID:(NSString *)aUniqueID;
 - (void)insertObject:(PDFAnnotation *)newNote inNotesAtIndex:(NSUInteger)index;
 - (void)removeObjectFromNotesAtIndex:(NSUInteger)index;

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