JLPresentationController.h 245 B

12345678910111213
  1. //
  2. // JLPresentationController.h
  3. // JLTransitionDemo
  4. //
  5. // Created by Jack on 2017/11/20.
  6. // Copyright © 2017年 buakaw. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface JLPresentationController : UIPresentationController
  10. @end