HWPanModal.h 978 B

123456789101112131415161718192021222324252627282930313233343536
  1. //
  2. // HWPanModal.h
  3. // Pods
  4. //
  5. // Created by heath wang on 2019/4/30.
  6. //
  7. #import <Foundation/Foundation.h>
  8. //! Project version number for HWPanModal.
  9. FOUNDATION_EXPORT double HWPanModalVersionNumber;
  10. //! Project version string for JYHitchModule.
  11. FOUNDATION_EXPORT const unsigned char HWPanModalVersionString[];
  12. // protocol
  13. #import <HWPanModal/HWPanModalPresentable.h>
  14. #import <HWPanModal/HWPanModalPanGestureDelegate.h>
  15. #import <HWPanModal/HWPanModalHeight.h>
  16. #import <HWPanModal/HWPanModalPresenterProtocol.h>
  17. // category
  18. #import <HWPanModal/UIViewController+PanModalDefault.h>
  19. #import <HWPanModal/UIViewController+Presentation.h>
  20. #import <HWPanModal/UIViewController+PanModalPresenter.h>
  21. // custom animation
  22. #import <HWPanModal/HWPresentingVCAnimatedTransitioning.h>
  23. // view
  24. #import <HWPanModal/HWPanModalIndicatorProtocol.h>
  25. #import <HWPanModal/HWPanIndicatorView.h>
  26. #import <HWPanModal/HWDimmedView.h>
  27. // panModal view
  28. #import <HWPanModal/HWPanModalContentView.h>