1234567891011121314151617 |
- //
- // UIViewController+PanModalDefault.h
- // HWPanModal
- //
- // Created by heath wang on 2019/4/26.
- //
- #import <UIKit/UIKit.h>
- #import "HWPanModalPresentable.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface UIViewController (PanModalDefault) <HWPanModalPresentable>
- @end
- NS_ASSUME_NONNULL_END
|