Created
May 9, 2019 06:45
-
-
Save JeremyXue77/7673e4fc086aa4bccd10e7832b570f46 to your computer and use it in GitHub Desktop.
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
| class Router<EndPoint: EndPointType>: NetworkRouter { | |
| private var task: URLSessionTask? | |
| func request(_ route: EndPoint, completion: @escaping NetworkRouterCompletion) { | |
| } | |
| func cancel() { | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment