UIViewController+PanModalPresenter.h 295 B

1234567891011121314151617
  1. //
  2. // UIViewController+PanModalPresenter.h
  3. // HWPanModal
  4. //
  5. // Created by heath wang on 2019/4/29.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "HWPanModalPresenterProtocol.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UIViewController (PanModalPresenter) <HWPanModalPresenter>
  11. @end
  12. NS_ASSUME_NONNULL_END