1
0
mirror of https://github.com/metabolist/metatext synced 2024-12-25 01:10:53 +01:00

Fix deprecation

This commit is contained in:
Justin Mazzocchi 2022-05-05 18:14:23 -07:00
parent 8ab37d62b9
commit 67cc55a08e

View File

@ -2,7 +2,7 @@
import UIKit
protocol ZoomAnimatorDelegate: class {
protocol ZoomAnimatorDelegate: AnyObject {
func transitionWillStartWith(zoomAnimator: ZoomAnimator)
func transitionDidEndWith(zoomAnimator: ZoomAnimator)
func referenceView(for zoomAnimator: ZoomAnimator) -> UIView?