mirror of
https://github.com/metabolist/metatext.git
synced 2025-01-02 10:18:39 +00:00
Fix deprecation
This commit is contained in:
parent
8ab37d62b9
commit
67cc55a08e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import UIKit
|
import UIKit
|
||||||
|
|
||||||
protocol ZoomAnimatorDelegate: class {
|
protocol ZoomAnimatorDelegate: AnyObject {
|
||||||
func transitionWillStartWith(zoomAnimator: ZoomAnimator)
|
func transitionWillStartWith(zoomAnimator: ZoomAnimator)
|
||||||
func transitionDidEndWith(zoomAnimator: ZoomAnimator)
|
func transitionDidEndWith(zoomAnimator: ZoomAnimator)
|
||||||
func referenceView(for zoomAnimator: ZoomAnimator) -> UIView?
|
func referenceView(for zoomAnimator: ZoomAnimator) -> UIView?
|
||||||
|
|
Loading…
Reference in a new issue