Revision: 14937
          http://sourceforge.net/p/skim-app/code/14937
Author:   hofman
Date:     2025-03-04 17:01:49 +0000 (Tue, 04 Mar 2025)
Log Message:
-----------
settings are nonnull

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

Modified: trunk/SKViewSettingsController.h
===================================================================
--- trunk/SKViewSettingsController.h    2025-03-04 16:56:56 UTC (rev 14936)
+++ trunk/SKViewSettingsController.h    2025-03-04 17:01:49 UTC (rev 14937)
@@ -54,7 +54,7 @@
     NSDictionary<NSString *, id> *defaultSettings;
 }
 
-- (instancetype)initWithSettings:(nullable NSDictionary<NSString *, id> 
*)settings defaultSettings:(nullable NSDictionary<NSString *, id> 
*)aDefaultSettings;
+- (instancetype)initWithSettings:(NSDictionary<NSString *, id> *)settings 
defaultSettings:(nullable NSDictionary<NSString *, id> *)aDefaultSettings;
 
 @property (nonatomic, getter=isCustom) BOOL custom;
 

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