30 lines
736 B
Objective-C
30 lines
736 B
Objective-C
#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[];
|
|
|