Skip to content

Commit de05e8d

Browse files
committed
Hide this from Swift
1 parent b5620ad commit de05e8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UIView+AnyPromise.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
@return A promise that fulfills with a boolean NSNumber indicating
3535
whether or not the animations actually finished.
3636
*/
37-
+ (AnyPromise *)promiseWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations;
37+
+ (AnyPromise *)promiseWithDuration:(NSTimeInterval)duration animations:(void (^)(void))animations NS_REFINED_FOR_SWIFT;
3838

3939
/**
4040
Animate changes to one or more views using the specified duration, delay,

0 commit comments

Comments
 (0)