Skip to content

Commit

Permalink
Fixes #2810 adding NS_SWIFT_NOTHROW
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercotton committed Sep 16, 2015
1 parent 64500e8 commit 0b09b1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AFNetworking/AFURLResponseSerialization.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ 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 0b09b1a

Please sign in to comment.