#import #import "LSHTTPRequest.h" @class ASIHTTPRequest; @interface LSASIHTTPRequestAdapter : NSObject - (instancetype)initWithASIHTTPRequest:(ASIHTTPRequest *)request; @end