Created
September 7, 2022 13:27
-
-
Save barisuyar/24a9ee0d8b1663d333931c9cd644fd12 to your computer and use it in GitHub Desktop.
canInit override
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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