AliSoftware / Dip

Simple Swift Dependency container. Use protocols to resolve your dependencies and avoid singletons / sharedInstances!
MIT License
978 stars 75 forks source link

Use preferred AnyObject keyword #238

Closed michalsrutek closed 4 years ago

michalsrutek commented 4 years ago

Replaced occurrences of class with AnyObject in protocol conformance.