Sign in
nest-open-source
/
nest-mobile-client-iphone
/
4.5.2
/
CocoaLumberjack
/
daf0ab224ba6cfab5a0a363c810d0b30c15c75ee
/
.
/
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