// // MonthPictureViewController.h // FunSDKDemo // // Created by XM on 2018/11/16. // Copyright © 2018年 XM. All rights reserved. // /** *查询传入的月份哪些天有图片 * *****/ #import @interface MonthPictureViewController : UIViewController @end