// // RQHTTPService+RQGetDspList.h // JSJP // // Created by RONGQING on 2022/1/19. // #import "RQHTTPService.h" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (RQGetDspList) /** 查询学车短视频列表 @return Returns a signal which will send complete, or error. */ - (RACSignal *)getDspListWithPageNum:(NSInteger)pageNum pageSize:(NSInteger)pageSize; @end NS_ASSUME_NONNULL_END