MonthFileViewController.h 280 B

123456789101112131415161718
  1. //
  2. // MonthFileViewController.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 MonthFileViewController : UIViewController
  14. @end