Revision: 13964
          http://sourceforge.net/p/skim-app/code/13964
Author:   hofman
Date:     2023-12-22 18:16:24 +0000 (Fri, 22 Dec 2023)
Log Message:
-----------
view can be nil

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

Modified: trunk/SKOverviewView.h
===================================================================
--- trunk/SKOverviewView.h      2023-12-22 18:07:17 UTC (rev 13963)
+++ trunk/SKOverviewView.h      2023-12-22 18:16:24 UTC (rev 13964)
@@ -51,7 +51,7 @@
 @property (nonatomic) SEL singleClickAction, doubleClickAction;
 @property (nonatomic, nullable, strong) SKTypeSelectHelper *typeSelectHelper;
 
-- (id)newViewWithIdentifier:(NSString *)identifier;
+- (nullable id)newViewWithIdentifier:(NSString *)identifier;
 - (void)cacheView:(id)view;
 
 @end

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