// // RQHTTPService+RQBakCollections.h // NiuBi // // Created by 张嵘 on 2023/3/30. // 备份本机收藏到云端 #import "RQHTTPService.h" NS_ASSUME_NONNULL_BEGIN #define RQ_POST_BakCollections @"/sdjk-admin/student/question/collection/bakCollections" @interface RQHTTPService (RQBakCollections) /** 备份本机收藏到云端 @param subject 考试科目(1、2、3、4) @return Returns a signal which will send complete, or error. */ - (RACSignal *)postBakCollectionsWithSubject:(RQHomePageSubjectType)subject; @end NS_ASSUME_NONNULL_END