Sin Descripción

PresentAnimatorDelegate.swift 297B

    // // PresentAnimatorDelegate.swift // PaiaiUIKit // // Created by ffib on 2019/1/24. // Copyright © 2019 yb. All rights reserved. // import Foundation public protocol PresentAnimatorDelegate: class { var animationView: UIView? { get } var animator: PresentAnimatable { get set } }