123456789101112131415161718192021 |
- //
- // RQHTTPService+RQIsUsePhone.h
- // YYXC
- //
- // Created by 张嵘 on 2022/12/19.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQHTTPService.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (RQIsUsePhone)
- /**
- 获取服务器时间
- @return Returns a signal which will send complete, or error.
- */
- - (RACSignal *)getIsUsePhone;
- @end
- NS_ASSUME_NONNULL_END
|