// // RQHTTPService+RQGetCode.h // BuckDriverStudent // // Created by 张嵘 on 2021/2/1. // Copyright © 2021 lee. All rights reserved. // #import "RQHTTPService.h" NS_ASSUME_NONNULL_BEGIN @interface RQHTTPService (RQGetCode) /** 注册报名获取短信验证码 @param telephone 手机号码 @return Returns a signal which will send complete, or error. */ - (RACSignal *)getCodeWithTelePhone:(NSString *)telephone; @end NS_ASSUME_NONNULL_END