ZFPlayer-umbrella.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "ZFAVPlayerManager.h"
  13. #import "UIImageView+ZFCache.h"
  14. #import "UIView+ZFFrame.h"
  15. #import "ZFLandScapeControlView.h"
  16. #import "ZFLoadingView.h"
  17. #import "ZFNetworkSpeedMonitor.h"
  18. #import "ZFPlayerControlView.h"
  19. #import "ZFPortraitControlView.h"
  20. #import "ZFSliderView.h"
  21. #import "ZFSmallFloatControlView.h"
  22. #import "ZFSpeedLoadingView.h"
  23. #import "ZFUtilities.h"
  24. #import "ZFVolumeBrightnessView.h"
  25. #import "UIScrollView+ZFPlayer.h"
  26. #import "ZFFloatView.h"
  27. #import "ZFKVOController.h"
  28. #import "ZFLandscapeViewController.h"
  29. #import "ZFLandscapeWindow.h"
  30. #import "ZFOrientationObserver.h"
  31. #import "ZFPersentInteractiveTransition.h"
  32. #import "ZFPlayer.h"
  33. #import "ZFPlayerConst.h"
  34. #import "ZFPlayerController.h"
  35. #import "ZFPlayerGestureControl.h"
  36. #import "ZFPlayerLogManager.h"
  37. #import "ZFPlayerMediaControl.h"
  38. #import "ZFPlayerMediaPlayback.h"
  39. #import "ZFPlayerNotification.h"
  40. #import "ZFPlayerView.h"
  41. #import "ZFPortraitViewController.h"
  42. #import "ZFPresentTransition.h"
  43. #import "ZFReachabilityManager.h"
  44. FOUNDATION_EXPORT double ZFPlayerVersionNumber;
  45. FOUNDATION_EXPORT const unsigned char ZFPlayerVersionString[];