RQHTTPService+RQIsUsePhone.h 380 B

123456789101112131415161718192021
  1. //
  2. // RQHTTPService+RQIsUsePhone.h
  3. // YYXC
  4. //
  5. // Created by 张嵘 on 2022/12/19.
  6. // Copyright © 2022 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHTTPService (RQIsUsePhone)
  11. /**
  12. 获取服务器时间
  13. @return Returns a signal which will send complete, or error.
  14. */
  15. - (RACSignal *)getIsUsePhone;
  16. @end
  17. NS_ASSUME_NONNULL_END