Revision: 14063
          http://sourceforge.net/p/skim-app/code/14063
Author:   hofman
Date:     2024-02-20 10:06:56 +0000 (Tue, 20 Feb 2024)
Log Message:
-----------
add nullable and generics

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

Modified: trunk/PDFAnnotation_SKExtensions.h
===================================================================
--- trunk/PDFAnnotation_SKExtensions.h  2024-02-19 17:26:20 UTC (rev 14062)
+++ trunk/PDFAnnotation_SKExtensions.h  2024-02-20 10:06:56 UTC (rev 14063)
@@ -132,10 +132,10 @@
 
 @property (nonatomic, readonly) NSString *uniqueID;
 
-- (void)setColor:(NSColor *)color alternate:(BOOL)alternate 
updateDefaults:(BOOL)update;
+- (void)setColor:(nullable NSColor *)color alternate:(BOOL)alternate 
updateDefaults:(BOOL)update;
 - (void)setLineWidth:(CGFloat)width updateDefaults:(BOOL)update;
 - (void)setBorderStyle:(PDFBorderStyle)borderStyle updateDefaults:(BOOL)update;
-- (void)setDashPattern:(NSArray *)dashPattern updateDefaults:(BOOL)update;
+- (void)setDashPattern:(nullable NSArray<NSNumber *> *)dashPattern 
updateDefaults:(BOOL)update;
 - (void)setStartLineStyle:(PDFLineStyle)startLineStyle 
updateDefaults:(BOOL)update;
 - (void)setEndLineStyle:(PDFLineStyle)endLineStyle updateDefaults:(BOOL)update;
 

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