We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5620ad commit de05e8dCopy full SHA for de05e8d
Sources/UIView+AnyPromise.h
@@ -34,7 +34,7 @@
34
@return A promise that fulfills with a boolean NSNumber indicating
35
whether or not the animations actually finished.
36
*/
37
-+ (AnyPromise *)promiseWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations;
++ (AnyPromise *)promiseWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations NS_REFINED_FOR_SWIFT;
38
39
/**
40
Animate changes to one or more views using the specified duration, delay,
0 commit comments