123456789101112131415161718192021 |
- //
- // RQHTTPService+RQGetUpdateQuestion.h
- // jiaPei
- //
- // Created by 张嵘 on 2022/10/10.
- // Copyright © 2022 JCZ. All rights reserved.
- //
- #import "RQHTTPService.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (RQGetUpdateQuestion)
- /**
- 查询UpdateQuestion字典
- @return Returns a signal which will send complete, or error.
- */
- - (RACSignal *)getUpdateQuestion;
- @end
- NS_ASSUME_NONNULL_END
|