session-ios/SignalServiceKit/src/Util/NSURLSessionDataTask+StatusCode.h

14 lines
189 B
C
Raw Normal View History

2015-12-07 03:31:43 +01:00
//
2019-01-23 15:05:08 +01:00
// Copyright (c) 2019 Open Whisper Systems. All rights reserved.
2015-12-07 03:31:43 +01:00
//
2019-01-23 15:05:08 +01:00
NS_ASSUME_NONNULL_BEGIN
2015-12-07 03:31:43 +01:00
@interface NSURLSessionTask (StatusCode)
- (long)statusCode;
@end
2019-01-23 15:05:08 +01:00
NS_ASSUME_NONNULL_END