Revision: 13967
          http://sourceforge.net/p/skim-app/code/13967
Author:   hofman
Date:     2023-12-23 17:53:57 +0000 (Sat, 23 Dec 2023)
Log Message:
-----------
add generics declarations to headers

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

Modified: trunk/SKBookmark.h
===================================================================
--- trunk/SKBookmark.h  2023-12-23 17:46:48 UTC (rev 13966)
+++ trunk/SKBookmark.h  2023-12-23 17:53:57 UTC (rev 13967)
@@ -96,7 +96,7 @@
 @property (nonatomic, nullable, readonly) SKBookmark *scriptingParent;
 @property (nonatomic, nullable, readonly) NSArray<SKBookmark *> 
*entireContents;
 
-- (NSArray *)bookmarks;
+- (NSArray<SKBookmark *> *)bookmarks;
 - (void)insertObject:(SKBookmark *)bookmark 
inBookmarksAtIndex:(NSUInteger)anIndex;
 - (void)removeObjectFromBookmarksAtIndex:(NSUInteger)anIndex;
 

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