説明なし

PresentViewController.swift 342B

1234567891011121314
  1. //
  2. // PresentViewController.swift
  3. // PaiaiUIKit
  4. //
  5. // Created by FFIB on 2019/1/25.
  6. // Copyright © 2019 FFIB. All rights reserved.
  7. //
  8. import UIKit
  9. typealias PresentViewController = PresentAnimatorDelegate
  10. & GestureRecognizerDelegate
  11. & ViewControllerTransitioningDelegate