11 lines
219 B
C
11 lines
219 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import "LSHTTPRequest.h"
|
||
|
|
||
|
@class ASIHTTPRequest;
|
||
|
|
||
|
@interface LSASIHTTPRequestAdapter : NSObject<LSHTTPRequest>
|
||
|
|
||
|
- (instancetype)initWithASIHTTPRequest:(ASIHTTPRequest *)request;
|
||
|
|
||
|
@end
|