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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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