Created
April 15, 2018 13:10
-
-
Save pjwelcome/4a6c3232fffa21e0f97b998af278167c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public protocol Resolvable { | |
func resolve<T>(_ dependency: T.Type) -> T | |
func reset() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment