ByFileViewController.h 273 B

1234567891011121314151617
  1. //
  2. // ByFileViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/14.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /**
  9. *按文件查询传入日期录像信息
  10. *
  11. *****/
  12. #import <UIKit/UIKit.h>
  13. @interface ByFileViewController : UIViewController
  14. @end