7 lines
169 B
C
7 lines
169 B
C
|
#import <Foundation/Foundation.h>
|
||
|
#import "LSHTTPRequest.h"
|
||
|
|
||
|
@interface LSHTTPRequestDSLRepresentation : NSObject
|
||
|
- (id)initWithRequest:(id<LSHTTPRequest>)request;
|
||
|
@end
|