RQHTTPService+RQGetYyxcSet.h 283 B

1234567891011121314151617
  1. //
  2. // RQHTTPService+RQGetYyxcSet.h
  3. // YYXC
  4. //
  5. // Created by 张嵘 on 2023/3/15.
  6. // Copyright © 2023 JCZ. All rights reserved.
  7. //
  8. #import "RQHTTPService.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHTTPService (RQGetYyxcSet)
  11. - (RACSignal *)getYyxcSet;
  12. @end
  13. NS_ASSUME_NONNULL_END