添加HWPanModal和FLAnimatedImage
This commit is contained in:
17
Pods/HWPanModal/Sources/Presenter/UIViewController+PanModalPresenter.h
generated
Normal file
17
Pods/HWPanModal/Sources/Presenter/UIViewController+PanModalPresenter.h
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user