| 1234567891011121314151617181920212223 |
- //
- // ShutDownTimeViewController.h
- // FunSDKDemo
- //
- // Created by XM on 2019/3/18.
- // Copyright © 2019年 XM. All rights reserved.
- //
- /***
- *
- * 设备自动进入休眠时间设置
- *
- ****/
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface ShutDownTimeViewController : UIViewController
- @end
- NS_ASSUME_NONNULL_END
|