// // RACSignal+RQHTTPServiceAdditions.h // RQCommon // // Created by 张嵘 on 2018/11/16. // Copyright © 2018 张嵘. All rights reserved. // #import "RACSignal.h" @interface RACSignal (RQHTTPServiceAdditions) // This method assumes that the receiver is a signal of RQHTTPResponses. // // Returns a signal that maps the receiver to become a signal of // RQHTTPResponses.parsedResult. - (RACSignal *)rq_parsedResults; @end