Files
keyboard/Pods/HWPanModal/Sources/Presenter/UIViewController+PanModalPresenter.h

18 lines
295 B
C
Raw Normal View History

2025-11-05 22:04:56 +08:00
//
// 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