RQHTTPService+RQGetUpdateQuestion.h 405 B

123456789101112131415161718192021
  1. //
  2. // RQHTTPService+RQGetUpdateQuestion.h
  3. // jiaPei
  4. //
  5. // Created by 张嵘 on 2022/10/10.
  6. // Copyright © 2022 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHTTPService (RQGetUpdateQuestion)
  11. /**
  12. 查询UpdateQuestion字典
  13. @return Returns a signal which will send complete, or error.
  14. */
  15. - (RACSignal *)getUpdateQuestion;
  16. @end
  17. NS_ASSUME_NONNULL_END