NewsBlur/clients/ios/Other Sources/Overshare Kit/NSHTTPURLResponse+OSKUtilities.h

17 lines
415 B
C
Raw Normal View History

2014-01-06 17:55:14 -08:00
//
// NSHTTPURLResponse+OSKUtilities.h
// Overshare
//
// Created by Jared Sinclair on 10/28/13.
// Copyright (c) 2013 Overshare Kit. All rights reserved.
//
@import Foundation;
@interface NSHTTPURLResponse (OSKUtilities)
+ (BOOL)statusCodeAcceptableForResponse:(NSURLResponse *)response;
+ (BOOL)statusCodeAcceptableForResponse:(NSURLResponse *)response otherAcceptableCodes:(NSIndexSet *)otherCodes;
@end