Update README.md

This commit is contained in:
Jungpyo Hong
2021-04-10 04:11:45 -05:00
committed by GitHub
parent 69264c09b7
commit 2c3778ea24

View File

@ -41,6 +41,7 @@ class SingletonPattern {
static let manager = SingletonPattern()
private init() {}
}
```