1234567891011121314151617181920 |
- //
- // RQHTTPService+RQGetDspList.h
- // SDJK
- //
- // 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 *)getDspList;
- @end
- NS_ASSUME_NONNULL_END
|