Skip to content

Commit

Permalink
[Swift] Annotate GTMFetcherDecoratorFetcherWillStartCompletionHandler…
Browse files Browse the repository at this point in the history
… with _Nullable_result
  • Loading branch information
bhamiltoncx committed Jun 17, 2024
1 parent e336ec8 commit c6dbc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/Public/GTMSessionFetcher/GTMSessionFetcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ NSData *_Nullable GTMDataFromInputStream(NSInputStream *inputStream, NSError **o
#endif

// Completion handler passed to -[GTMFetcherDecoratorProtocol fetcherWillStart:completionHandler:].
typedef void (^GTMFetcherDecoratorFetcherWillStartCompletionHandler)(NSURLRequest *_Nullable,
typedef void (^GTMFetcherDecoratorFetcherWillStartCompletionHandler)(NSURLRequest *_Nullable_result,
NSError *_Nullable);

// Allows intercepting a request and optionally modifying it before the request (or a retry)
Expand Down

0 comments on commit c6dbc84

Please sign in to comment.