Skip to content

Commit 57b00ec

Browse files
authored
Update actor-isolation (#184)
1 parent 6350293 commit 57b00ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22
import UIKit
33

4-
@MainActor
54
public protocol FloatingDisplayTransitionType {
65

6+
@MainActor
77
func applyPresentAnimation(notificationView: FloatingDisplayViewType, completion: @escaping () -> Void)
88

9+
@MainActor
910
func applyDismissAnimation(notificationView: FloatingDisplayViewType, completion: @escaping () -> Void)
1011
}

0 commit comments

Comments
 (0)