12345678910111213141516171819202122232425 |
- //
- // VideosModule.h
- // jiaPei
- //
- // Created by 张嵘 on 2018/11/12.
- // Copyright © 2018 JCZ. All rights reserved.
- //
- #ifndef VideosModule_h
- #define VideosModule_h
- #import "RQUncaughtExceptionHandler.h"
- #import "RQDownloadHeader.h"
- //视频播放框架
- #import <ZFPlayer/ZFPlayer.h>
- #import "ZFPlayerControlView.h"
- #import "ZFAVPlayerManager.h"
- #import "VideoPlayViewController.h"
- #import "VideoDownLoadListVC.h"
- #endif /* VideosModule_h */
|