猎豆优选

ZLAnimateTransition.h 288B

123456789101112131415
  1. //
  2. // ZLAnimateTransition.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 2018/8/12.
  6. // Copyright © 2018年 long. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <UIKit/UIKit.h>
  10. @interface ZLAnimateTransition : NSObject <UIViewControllerAnimatedTransitioning>
  11. @end