VideosModule.h 454 B

12345678910111213141516171819202122232425
  1. //
  2. // VideosModule.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2018/11/12.
  6. // Copyright © 2018 JCZ. All rights reserved.
  7. //
  8. #ifndef VideosModule_h
  9. #define VideosModule_h
  10. #import "RQUncaughtExceptionHandler.h"
  11. #import "RQDownloadHeader.h"
  12. //视频播放框架
  13. #import <ZFPlayer/ZFPlayer.h>
  14. #import "ZFPlayerControlView.h"
  15. #import "ZFAVPlayerManager.h"
  16. #import "VideoPlayViewController.h"
  17. #import "VideoDownLoadListVC.h"
  18. #endif /* VideosModule_h */