import Foundation public protocol PageAnimationTracking: AnyObject { var isAnimating: Bool { get } func markPush() }