This commit is contained in:
DDIsFriend
2023-08-28 18:29:21 +08:00
parent c73a6ff1d4
commit 8d563860f1
290 changed files with 9542 additions and 9626 deletions

View File

@@ -0,0 +1,29 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif
#import "UIImageView+ZFCache.h"
#import "UIView+ZFFrame.h"
#import "ZFLandScapeControlView.h"
#import "ZFLoadingView.h"
#import "ZFNetworkSpeedMonitor.h"
#import "ZFPlayerControlView.h"
#import "ZFPortraitControlView.h"
#import "ZFSliderView.h"
#import "ZFSmallFloatControlView.h"
#import "ZFSpeedLoadingView.h"
#import "ZFUtilities.h"
#import "ZFVolumeBrightnessView.h"
#import "ZFIJKPlayerManager.h"
FOUNDATION_EXPORT double DDZFPlayerKit_PrivateVersionNumber;
FOUNDATION_EXPORT const unsigned char DDZFPlayerKit_PrivateVersionString[];