VideoFileViewController.h 366 B

12345678910111213141516171819
  1. //
  2. // VideoFileViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/13.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. //
  9. /****
  10. *设备录像,包含按文件查询、按时间查询、查询一段时间内哪一天有录像以及录像下载等等
  11. *
  12. *
  13. ***/
  14. #import <UIKit/UIKit.h>
  15. @interface VideoFileViewController : UIViewController
  16. @end