添加HWPanModal和FLAnimatedImage

This commit is contained in:
2025-11-05 22:04:56 +08:00
parent efdcf60ed1
commit abf32e8457
97 changed files with 10853 additions and 2067 deletions

36
Pods/HWPanModal/Sources/HWPanModal.h generated Normal file
View File

@@ -0,0 +1,36 @@
//
// HWPanModal.h
// Pods
//
// Created by heath wang on 2019/4/30.
//
#import <Foundation/Foundation.h>
//! Project version number for HWPanModal.
FOUNDATION_EXPORT double HWPanModalVersionNumber;
//! Project version string for JYHitchModule.
FOUNDATION_EXPORT const unsigned char HWPanModalVersionString[];
// protocol
#import <HWPanModal/HWPanModalPresentable.h>
#import <HWPanModal/HWPanModalPanGestureDelegate.h>
#import <HWPanModal/HWPanModalHeight.h>
#import <HWPanModal/HWPanModalPresenterProtocol.h>
// category
#import <HWPanModal/UIViewController+PanModalDefault.h>
#import <HWPanModal/UIViewController+Presentation.h>
#import <HWPanModal/UIViewController+PanModalPresenter.h>
// custom animation
#import <HWPanModal/HWPresentingVCAnimatedTransitioning.h>
// view
#import <HWPanModal/HWPanModalIndicatorProtocol.h>
#import <HWPanModal/HWPanIndicatorView.h>
#import <HWPanModal/HWDimmedView.h>
// panModal view
#import <HWPanModal/HWPanModalContentView.h>