// // RQHTTPService+RQAppWrongByUser.h // NiuBi // // Created by 张嵘 on 2023/3/30. // app恢复云端错题到本机(根据用户获取错题) #import "RQHTTPService.h" #define RQ_GET_AppWrongByUser @"/sdjk-admin/student/question/wrong/wrongByUser" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (RQAppWrongByUser) /** app恢复云端错题到本机(根据用户获取错题) @param subject 考试科目(1、2、3、4) @return Returns a signal which will send complete, or error. */ - (RACSignal *)getAppWrongByUserWithSubject:(RQHomePageSubjectType)subject; @end NS_ASSUME_NONNULL_END