1234567891011121314151617 |
- //
- // RQHTTPService+RQGetYyxcSet.h
- // YYXC
- //
- // Created by 张嵘 on 2023/3/15.
- // Copyright © 2023 JCZ. All rights reserved.
- //
- #import "RQHTTPService.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (RQGetYyxcSet)
- - (RACSignal *)getYyxcSet;
- @end
- NS_ASSUME_NONNULL_END
|