No Description

PresentAnimatorDelegate.swift 294B

123456789101112131415
  1. //
  2. // PresentAnimatorDelegate.swift
  3. // PaiaiUIKit
  4. //
  5. // Created by FFIB on 2019/1/24.
  6. // Copyright © 2019 FFIB. All rights reserved.
  7. //
  8. import UIKit
  9. public protocol PresentAnimatorDelegate: class {
  10. var animationView: UIView? { get }
  11. var animator: PresentAnimatable { get set }
  12. }