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