ShutDownTimeViewController.h 334 B

1234567891011121314151617181920212223
  1. //
  2. // ShutDownTimeViewController.h
  3. // FunSDKDemo
  4. //
  5. // Created by XM on 2019/3/18.
  6. // Copyright © 2019年 XM. All rights reserved.
  7. //
  8. /***
  9. *
  10. * 设备自动进入休眠时间设置
  11. *
  12. ****/
  13. #import <UIKit/UIKit.h>
  14. NS_ASSUME_NONNULL_BEGIN
  15. @interface ShutDownTimeViewController : UIViewController
  16. @end
  17. NS_ASSUME_NONNULL_END