初始化提交
This commit is contained in:
13
WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h
vendored
Normal file
13
WebDriverAgentLib/Vendor/CocoaHTTPServer/Responses/HTTPDataResponse.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#import <Foundation/Foundation.h>
|
||||
#import "HTTPResponse.h"
|
||||
|
||||
|
||||
@interface HTTPDataResponse : NSObject <HTTPResponse>
|
||||
{
|
||||
NSUInteger offset;
|
||||
NSData *data;
|
||||
}
|
||||
|
||||
- (id)initWithData:(NSData *)data;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user