10 lines
141 B
Objective-C
10 lines
141 B
Objective-C
//
|
|
// Copyright (c) 2017 Open Whisper Systems. All rights reserved.
|
|
//
|
|
|
|
@interface NSURLSessionTask (StatusCode)
|
|
|
|
- (long)statusCode;
|
|
|
|
@end
|