Created
April 15, 2018 13:39
-
-
Save pjwelcome/411c5ca57b253d35d73d858f7b1c8ce5 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
class DepedencyContainer { | |
private let container = Container() | |
public static let instance = DepedencyContainer() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment