hmlongco / Resolver

Swift Ultralight Dependency Injection / Service Locator framework
MIT License
2.14k stars 188 forks source link

Made example code slightly more real #67

Closed johnrnyquist closed 3 years ago

johnrnyquist commented 4 years ago

Added ": [String : Any]" to "data" to remove an Xcode error. Added "Resolver." to register method as the resolve on the next line includes it. Changed "#end" to "#endif", per my previous commit for your convenience of approving only one. :)