// // ByTimeViewController.h // FunSDKDemo // // Created by XM on 2018/11/14. // Copyright © 2018年 XM. All rights reserved. // /** *按时间查询传入日期有没有录像,返回信息是1440段,每一段代表60秒内有没有录像的信息 * *****/ #import @interface ByTimeViewController : UIViewController @end