Sign in
nest-open-source
/
nest-mobile-client-iphone
/
4.4.2
/
CocoaLumberjack
/
93fe2147740fd73db61d3d8c682dc8cc6779997c
/
.
/
Xcode
/
WebServerIPhone
/
Vendor
/
CocoaHTTPServer
/
Responses
/
HTTPErrorResponse.h
blob: 7aa9c7eaacc858b86ae4283be082908fc750d168 [
file
] [
log
] [
blame
]
#import "HTTPResponse.h"
@interface
HTTPErrorResponse
:
NSObject
<
HTTPResponse
>
{
NSInteger
_status
;
}
-
(
id
)
initWithErrorCode
:(
int
)
httpErrorCode
;
@end