123456789101112131415161718192021 |
- //
- // RQHTTPService+RQVipInfo.h
- // SDJK
- //
- // Created by 张嵘 on 2021/8/23.
- //
- #import "RQHTTPService.h"
- #import "RQGetVipInfoModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface RQHTTPService (RQVipInfo)
- /**
- vip信息
- @return Returns a signal which will send complete, or error.
- */
- - (RACSignal *)getVipInfo;
- @end
- NS_ASSUME_NONNULL_END
|