Skip to content

Instantly share code, notes, and snippets.

@barisuyar
Created September 7, 2022 13:27
Show Gist options
  • Select an option

  • Save barisuyar/24a9ee0d8b1663d333931c9cd644fd12 to your computer and use it in GitHub Desktop.

Select an option

Save barisuyar/24a9ee0d8b1663d333931c9cd644fd12 to your computer and use it in GitHub Desktop.
canInit override
final class MockURLProtocol: URLProtocol {
override class func canInit(with request: URLRequest) -> Bool { true }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment