Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Bringing #3130 into 3_0_0
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Nov 6, 2015
1 parent 95f09f0 commit ad83475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AFNetworking/AFURLRequestSerialization.h
Expand Up @@ -48,7 +48,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (nullable NSURLRequest *)requestBySerializingRequest:(NSURLRequest *)request
withParameters:(nullable id)parameters
error:(NSError * _Nullable __autoreleasing *)error;
error:(NSError * _Nullable __autoreleasing *)error NS_SWIFT_NOTHROW;

@end

Expand Down
2 changes: 1 addition & 1 deletion AFNetworking/AFURLResponseSerialization.h
Expand Up @@ -42,7 +42,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (nullable id)responseObjectForResponse:(nullable NSURLResponse *)response
data:(nullable NSData *)data
error:(NSError * _Nullable __autoreleasing *)error;
error:(NSError * _Nullable __autoreleasing *)error NS_SWIFT_NOTHROW;

@end

Expand Down

0 comments on commit ad83475

Please sign in to comment.