| 1234567891011121314151617 |
- //
- // ByFileViewController.h
- // FunSDKDemo
- //
- // Created by XM on 2018/11/14.
- // Copyright © 2018年 XM. All rights reserved.
- //
- /**
- *按文件查询传入日期录像信息
- *
- *****/
- #import <UIKit/UIKit.h>
- @interface ByFileViewController : UIViewController
- @end
|