CloudServerViewController.h 391 B

12345678910111213141516171819202122232425
  1. //
  2. // CloudServerViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2019/1/3.
  6. // Copyright © 2019年 XM. All rights reserved.
  7. //
  8. /****
  9. 云服务页面
  10. *****/
  11. #import "BaseViewController.h"
  12. #import "CloudPhotoViewController.h"
  13. #import "CloudVideoViewController.h"
  14. NS_ASSUME_NONNULL_BEGIN
  15. @interface CloudServerViewController : BaseViewController
  16. @end
  17. NS_ASSUME_NONNULL_END