MonthPictureViewController.h 285 B

1234567891011121314151617
  1. //
  2. // MonthPictureViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2018/11/16.
  6. // Copyright © 2018年 XM. All rights reserved.
  7. //
  8. /**
  9. *查询传入的月份哪些天有图片
  10. *
  11. *****/
  12. #import <UIKit/UIKit.h>
  13. @interface MonthPictureViewController : UIViewController
  14. @end