Revision: 13910
          http://sourceforge.net/p/skim-app/code/13910
Author:   hofman
Date:     2023-12-17 15:01:58 +0000 (Sun, 17 Dec 2023)
Log Message:
-----------
remove some nullability

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

Modified: trunk/SKTemplateTag.h
===================================================================
--- trunk/SKTemplateTag.h       2023-12-17 14:38:46 UTC (rev 13909)
+++ trunk/SKTemplateTag.h       2023-12-17 15:01:58 UTC (rev 13910)
@@ -102,7 +102,7 @@
     NSArray *separatorTemplate;
 }
 
-- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
itemTemplateString:(nullable NSString *)anItemTemplateString 
separatorTemplateString:(nullable NSString *)aSeparatorTemplateString;
+- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
itemTemplateString:(NSString *)anItemTemplateString 
separatorTemplateString:(nullable NSString *)aSeparatorTemplateString;
 
 @property (nonatomic, nullable, readonly) NSArray *itemTemplate, 
*separatorTemplate;
 
@@ -117,7 +117,7 @@
     NSArray *separatorTemplate;
 }
 
-- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
itemTemplateAttributedString:(nullable NSAttributedString 
*)anItemTemplateAttributedString separatorTemplateAttributedString:(nullable 
NSAttributedString *)aSeparatorTemplateAttributedString;
+- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
itemTemplateAttributedString:(NSAttributedString 
*)anItemTemplateAttributedString separatorTemplateAttributedString:(nullable 
NSAttributedString *)aSeparatorTemplateAttributedString;
 
 @property (nonatomic, nullable, readonly) NSArray *itemTemplate, 
*separatorTemplate;
 

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