Revision: 15182
          http://sourceforge.net/p/skim-app/code/15182
Author:   hofman
Date:     2025-05-10 21:31:36 +0000 (Sat, 10 May 2025)
Log Message:
-----------
animation can be nil

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

Modified: trunk/SKTransitionController.h
===================================================================
--- trunk/SKTransitionController.h      2025-05-10 21:29:58 UTC (rev 15181)
+++ trunk/SKTransitionController.h      2025-05-10 21:31:36 UTC (rev 15182)
@@ -57,7 +57,7 @@
 @property (nonatomic) BOOL shouldScale;
 
 - (id)animationForView:(NSView *)view atIndex:(NSUInteger)anIndex 
fomRect:(NSRect)rect;
-- (void)performAnimation:(id)animation toRect:(NSRect)toRect 
forward:(BOOL)forward completionHandler:(void (^ 
_Nullable)(void))completionHandler;
+- (void)performAnimation:(nullable id)animation toRect:(NSRect)toRect 
forward:(BOOL)forward completionHandler:(void (^ 
_Nullable)(void))completionHandler;
 
 @end
 

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