RQHTTPService+RQGetDspList.h 336 B

1234567891011121314151617181920
  1. //
  2. // RQHTTPService+RQGetDspList.h
  3. // SDJK
  4. //
  5. // Created by RONGQING on 2022/1/19.
  6. //
  7. #import "RQHTTPService.h"
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface RQHTTPService (RQGetDspList)
  10. /**
  11. 查询学车短视频列表
  12. @return Returns a signal which will send complete, or error.
  13. */
  14. - (RACSignal *)getDspList;
  15. @end
  16. NS_ASSUME_NONNULL_END