We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17b2eec + 5a8d921 commit 0321a5fCopy full SHA for 0321a5f
Core/Sources/GoogleCloudAPIRequest.swift
@@ -11,7 +11,7 @@ import NIOFoundationCompat
11
import NIOHTTP1
12
import AsyncHTTPClient
13
14
-public protocol GoogleCloudAPIRequest: class {
+public protocol GoogleCloudAPIRequest: AnyObject {
15
var refreshableToken: OAuthRefreshable { get }
16
var project: String { get }
17
var httpClient: HTTPClient { get }
0 commit comments