RQHTTPService+RQVipInfo.h 340 B

123456789101112131415161718192021
  1. //
  2. // RQHTTPService+RQVipInfo.h
  3. // SDJK
  4. //
  5. // Created by 张嵘 on 2021/8/23.
  6. //
  7. #import "RQHTTPService.h"
  8. #import "RQGetVipInfoModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface RQHTTPService (RQVipInfo)
  11. /**
  12. vip信息
  13. @return Returns a signal which will send complete, or error.
  14. */
  15. - (RACSignal *)getVipInfo;
  16. @end
  17. NS_ASSUME_NONNULL_END