Hibit_iOS/Pods/HWPanModal/Sources/Presenter/UIViewController+PanModalPresenter.h
2024-06-07 11:41:02 +08:00

18 lines
295 B
Objective-C

//
// UIViewController+PanModalPresenter.h
// HWPanModal
//
// Created by heath wang on 2019/4/29.
//
#import <UIKit/UIKit.h>
#import "HWPanModalPresenterProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface UIViewController (PanModalPresenter) <HWPanModalPresenter>
@end
NS_ASSUME_NONNULL_END