PictureSearchViewController.h 281 B

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