update coordinator pattern

This commit is contained in:
Jungpyo Hong 2021-11-25 12:45:20 -06:00 committed by GitHub
parent e0f00ffe94
commit 42cc5eee9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -273,6 +273,7 @@ class Adapter: Target {
## Coordinator
- [Leverage the Coordinator Design Pattern in Swift 5](https://betterprogramming.pub/leverage-the-coordinator-design-pattern-in-swift-5-cd5bb9e78e12)